  #highlight-cards {
     background-image: none !important;
}
 #highlight-cards .section-intro{
     display:block!important;
}
<style><!--
.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;
       
       }
    
.container {
    display:block;
}
.h1mobile {
    color: #fff;
}

#col-img img,
#clm-img {
    width: 80%;
    height: 100%;
    display: block;
    object-fit: cover; /* keeps full image visible */
}

a {
   text-decoration: none; 
}

#header_links1:hover, #header_links2:hover, #header_links3:hover, #header_links4:hover, #header_links5:hover, #header_links6:hover {
    font-weight:bold;
    text-decoration: none !important;
}

@media screen and (max-width: 450px) {
    #clm-img {
    display:none;
    }
    .h1mobile {
    text-align:center;
    }
   
}
@media screen and (max-width: 600px) {
    #clm-img {
        display:none;
    }
}
@media screen and (max-width: 667px) {
     #clm-img {
        display:none;
    }
    .bkgd-btn {
        background-color:  #003366;
        background-size: cover;
        width: 100%;
        height: 40vh; 
    }
}
@media screen and (max-width: 736px) {
    #clm-img {
    display:none;
    }
    .bkgd-btn {
        width: 100%;
        height: 77vh; 
    }
}
@media screen and (max-width: 812px) {
    #clm-img {
    display:none;
    }
    #colm1 {
        width: 100%;
    }
    #colm2 {
        display:none;
    }
}
--></style>
<style><!--
#list {
        
        text-align: center;
        padding-bottom: 2rem;
        padding-top: 4rem;
    }
    #FS-title {
        color: #001b3b;
        text-align: left;
        padding-left: 1em;
        padding-bottom: 2em;
        margin-top: -50px;
    }
    /*.bg-image2 {
        display:block;
        object-fit: cover;
        opacity:0.2;
        padding:0;
        margin:0;
    }*/
    ul.ql-list {
        line-height: 1.8;
    }
    a.ct-link:hover {
      color:  #003366;
      text-decoration: underline;
      font-weight: bold;
      font-size: 1.0625em; /* equal to 17px */
}

@media screen and (max-width: 576px) {
    #FS-title {
        text-align: center;
        margin-left:-1em;
        padding-bottom:;
    }
    ul.ql-list {
        padding-bottom:2rem; 
        margin-top:-1rem;
        margin-left:-2em;
}
}
--></style>