.left_content_with_background_image_sec{
    position: relative;
    overflow: hidden;
}
.left_content_with_background_image_sec .bg-overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.left_content_with_background_image_sec .bg-overlay img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.left_content_with_background_image_sec .container-1474{
    position: relative;
    z-index: 9;
}

.left_content_with_background_image_sec.content-w-729 .left_content_with_background_image_wrap{
    max-width: 729px;
}
.left_content_with_background_image_sec.content-w-688 .left_content_with_background_image_wrap {
    max-width: 688px;
}
.left_content_with_background_image_sec.content-w-765 .left_content_with_background_image_wrap {
    max-width: 765px;
}

.left_content_with_background_image_sec .left_content_with_background_image_wrap .left_content_with_background_image_title{
    color:#20407E;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
    font-weight: 800;
}
.left_content_with_background_image_sec.light-text .left_content_with_background_image_wrap .left_content_with_background_image_title{
    color:#fff !important;
}

.left_content_with_background_image_sec{
    color:#20407E;
}
.left_content_with_background_image_sec.dark-text{
    color:#000000 !important
}
.left_content_with_background_image_sec.light-text{
    color:#fff !important
}

.left_content_with_background_image_sub_title{
    font-size: 39px;
    line-height: 55px;
    color:#132048;
    font-weight: 700;
    display: block;
}
.content-area.ul-buttons ul{
    margin: 40px 0;
    max-width: 576px;
} 
.left_content_with_background_image_content p{
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px;
    color: inherit !important;
}
.left_content_with_background_image_content p strong{
    font-weight: 700;
    color: inherit !important;
}
.left_content_with_background_image_content p:last-of-type{
    margin-bottom: 0;
}
.left_content_with_background_image_content  .list-ul ul{
    padding-left: 35px !important;
    column-count: 2;
    margin-bottom: 25px;
}
.left_content_with_background_image_sec.light-text  .left_content_with_background_image_content  .list-ul ul li{
    color:#fff;
}
.left_content_with_background_image_sec.light-text  .left_content_with_background_image_content  .list-ul ul li::before{
    background-color: #fff;
}
.list-ul ul li{
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 23px;
    color: #20407E;
    position: relative;
}
.list-ul ul li::before{
    content: '';
    height: 8px;
    width: 8px;
    background-color: #20407E;
    border-radius: 10px;
    position: absolute;
    left: -20px;
    top: 9px;
}




.left_content_with_background_image_sec.animal-facilities .container-1474{
    padding-bottom: 75px;
}
.left_content_with_background_image_sec.animal-facilities .bg-overlay img {
    object-position: 0px 62%;
    width: 102%;
}


.left_content_with_background_image_sec.child-development-services .container-1474{
    padding-bottom: 255px;
}



.left_content_with_background_image_sec.health-preparedness-planning .bg-overlay img{
    object-position: 0px 76%;
}



.left_content_with_background_image_sec.child-development-services .bg-overlay img{
    object-position: -365px 30%;
    width: 136%;
}


.left_content_with_background_image_sec.chronic-disease-services .bg-overlay img{
    width: 117%;
    object-position: -163px 21%;
}



.left_content_with_background_image_sec.intoxicated-driver-resource-center  .bg-overlay img{
    object-position: 0 72.5%;
}


.left_content_with_background_image_sec.health-education-promotion  .bg-overlay img{
    object-position: 0 21.5%;
}


@media(max-width:1750px){
    .left_content_with_background_image_sec.child-development-services .bg-overlay img {
        object-position: 0 162px;
        width: 110%;
    }
}

@media(min-width:1150px) and (max-width:1350px){
    .left_content_with_background_image_sec .bg-overlay{
        width: 123%;
    }
}

@media(max-width:1150px){
    .left_content_with_background_image_sec .bg-overlay{
        position: unset;
        height: 446px;
    }
    .left_content_with_background_image_sec .bg-mobile-overlay{
        position: unset;
        height: 446px;
    }
    .left_content_with_background_image_sec .bg-mobile-overlay img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .left_content_with_background_image_sec.child-development-services .bg-overlay img{
        object-position: unset;
        width: 100%;
    }
    .left_content_with_background_image_sec.light-text {
        color: #20407E  !important;
    }
    .left_content_with_background_image_sec.light-text .left_content_with_background_image_wrap .left_content_with_background_image_title{
        color: #20407E !important;
    }
    .left_content_with_background_image_sec .left_content_with_background_image_wrap{
        max-width: 100% !important;
    }
}

@media(max-width:767px){
    .list-ul ul {
        column-count: 1;
    }
    .content_with_background_color_wrap {
        gap: 35px;
    }
}