  #highlight-cards {
 
background-image: none !important;
 
}

#highlight-cards .section-intro{
    display:block!important;
}

.bkgd-btn {
        background-color: #003366;
        background-size: cover;
        background-position: top;
        width:100%;
        height: 64vh;
        display: block;
        position: relative;
    overflow: hidden; /* keeps child elements inside */
        top:0;
       
       }
    
#col-img img,
#clm-img {
    width: 80%;
    height: 100%;
    display: block;
    object-fit: cover; /* keeps full image visible */
}
