.dark_blue_text_and_image_section {
    background: linear-gradient(180deg, #091A3B 0%, #1B376E 100%);
    min-height: 330px;
    overflow: hidden;
}

.dark_blue_text_and_image_section *,
.dark_blue_text_and_image_section ul li,
.dark_blue_text_and_image_section ol li {
    color: var(--white);
}

.pb-60 {
    padding-bottom: 60px;
}

.dark_blue_text_and_image_section .wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.dark_blue_text_and_image_section .col-left,
.dark_blue_text_and_image_section .col-right {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
       /*display:flex;*/
}

.dark_blue_text_and_image_section .col-right{
    align-items:stretch;
}

.dark_blue_text_and_image_section h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
    max-width: 920px;
}

.dark_blue_text_and_image_section .content {
    position: relative;
    padding-left: 30px;
    overflow: visible;
}

.dark_blue_text_and_image_section .overflow-hidden {
    height: 100%;
}

/* Line animate */

.dark_blue_text_and_image_section .line-animate {
    width: 1px;
    height: 0%;
    background: var(--light-blue);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top;
    display: block;
}

.dark_blue_text_and_image_section .line-animate::before,
.dark_blue_text_and_image_section .line-animate::after {
    content: "";
    position: absolute;
    left: -2px;
    width: 6px;
    height: 1px;
    background: var(--light-blue);
}

.dark_blue_text_and_image_section .line-animate::before {
    top: 0;
}

.dark_blue_text_and_image_section .line-animate::after {
    bottom: 0;
}

.dark_blue_text_and_image_section .content.aos-animate .line-animate {
    height: 100%;
    transition: height .9s cubic-bezier(.165, .84, .44, 1) .3s;
}


/* Line animate End*/

.dark_blue_text_and_image_section .col-left .content p {
    margin-top: 15px;
    margin-bottom: 0;
}

.dark_blue_text_and_image_section .col-left .content p a,
.dark_blue_text_and_image_section .col-left .content p a:visited {
    color: var(--white);
}

.dark_blue_text_and_image_section .col-left .content p a:hover {
    color: var(--light-blue);
}

.dark_blue_text_and_image_section .img-wrapper {
    position: relative;
    /*padding-bottom: 58%;*/
    overflow: hidden;
     width:100%;
    height:100%;      /* full height */
    padding-bottom:0; 
}
.dark_blue_text_and_image_section .overflow-hidden{
    height:100%;
}

.dark_blue_text_and_image_section .img-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.dark_blue_text_and_image_section ul,
.dark_blue_text_and_image_section ol {
    margin-top: 25px;
    padding-left: 8px;
}

.dark_blue_text_and_image_section ul li,
.dark_blue_text_and_image_section ol li {
    padding-left: 30px;
}


.dark_blue_text_and_image_section ul li::before,
.dark_blue_text_and_image_section ol li::before {
    color: var(--light-blue);
    background-color: var(--light-blue);
}

.dark_blue_text_and_image_section ol li::before {
    background: transparent;
}

.dark_blue_text_and_image_section .button-block {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.dark_blue_text_and_image_section .button-block .btn:not(:last-child) {
    margin-right: 15px;
}


/* ========== CTA Section css ========== */


.cta-text-image-wrapper {
    background: rgba(255, 255, 255, 0.10);
    padding: 40px 60px 40px 40px ;
    margin-top: 80px;
}
.cta-text-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cta-text-image-wrapper .col-cta-left {
    position: relative;
    padding-right: 60px;
    flex: 0 0 88%;
    max-width: 88%;
}
.cta-text-image-wrapper .col-cta-right {
    flex: 0 0 12%;
    max-width: 12%;
} 
.cta-text-image-wrapper h6 {
    color: var(--white);
    padding-bottom: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--geist-mono);
}

.cta-text-image-wrapper h4 {
    color: var(--white);
    margin: 0;
    font-family: var(--funnel-sans);
}



/* ========== RESPONSIVE ========== */

/*@media only screen and (max-width: 1199px) {
    .dark_blue_text_and_image_section .wrapper {
        align-items: flex-start;
    }
}*/
@media (min-width: 768px) and (max-width: 1125px) { 
    .cta-text-image-wrapper { 
        padding: 40px;
    }
    .cta-text-image-wrapper .col-cta-left {
        flex: 0 0 80%;
        padding-left: 30px;
        max-width: 80%;
    }
    .cta-text-image-wrapper .col-cta-right {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 991px) {
    .dark_blue_text_and_image_section .img-wrapper img {
        position: relative;
        height: 350px;
        object-fit: cover;
    }
    .dark_blue_text_and_image_section .section-title {
        padding-bottom: 20px;
    }

    .dark_blue_text_and_image_section h2 {
        font-size: 22px;
        line-height: 30.8px;
    }

    .dark_blue_text_and_image_section .wrapper {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column-reverse;
    }

    .dark_blue_text_and_image_section .col-left,
    .dark_blue_text_and_image_section .col-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dark_blue_text_and_image_section .col-left {
        margin: 30px 0 0;
    }

    .dark_blue_text_and_image_section .content {
        padding-left: 20px;
    }

    .dark_blue_text_and_image_section ul,
    .dark_blue_text_and_image_section ol {
        padding-left: 10px;
        margin-top: 10px;
    }

    .dark_blue_text_and_image_section ul li,
    .dark_blue_text_and_image_section ol li {
        padding-left: 22px;
    }
}

/* ========== CTA section responsive ============== */

@media (max-width: 1131px) {
    .cta-text-image-wrapper .col-left {
        position: relative;
        padding-right: 60px;
        flex: 0 0 81%;
        max-width: 81%;
    }
    .cta-text-image-wrapper .col-right {
        flex: 0 0 19%;
        max-width: 19%;;
        text-align: end;
    }
}

@media (max-width: 767px) {
    .cta-text-image-wrapper .col-cta-right ,  .cta-text-image-wrapper .col-cta-left  {
        flex:0 0 100%;
        max-width: 100%;
    }
    .cta-text-image-wrapper .col-cta-left {
        padding-right: 0;
    }

    .cta-text-image-wrapper {
        padding: 30px 16px;
    }
    .cta-text-image-wrapper .col-cta-right {
        margin-top: 30px;
    }
    .cta-text-image-wrapper .col-cta-right .btn-white {
        width: 100%;
    }
    .cta-text-image-wrapper { 
        margin-top: 40px;
    }
}



@media (max-width: 480px) {
   .dark_blue_text_and_image_section .img-wrapper img {
        height: 162px;
        object-fit: cover;
    }
    .dark_blue_text_and_image_section .button-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .dark_blue_text_and_image_section .button-block .btn {
        width: 100%;
    }

    .dark_blue_text_and_image_section .button-block .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}