.cta-image-text {
    position: relative;
    z-index: 1;
    background-color: #E6F3F2;
    padding: 77px 0 260px 0;
}

.cta-image-text svg {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.cta-image-text__image {
    width: 100%;
    /* height: auto; */
    padding-top: 100%;
    position: relative;
}

.cta-image-text__image img {
    /* border-radius: 20px 20px 0 0;
    object-position: top; */
    border-radius: 20px 20px 0 0;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.cta-image-text__text {
    background-color: #00817B;
    border-radius: 0 0 20px 20px;
    color: #fff;
    padding: 30px 30px 40px 30px;
}

.cta-image-text__text h5 {
    color: #fff;
}

@media (min-width: 768px) {
    .cta-image-text {
        padding: 43px 0 136px 0;
    }

    /*.cta-image-text__image {
        height: 225px;
    }*/

    .cta-image-text__wrap {
        margin-top: -10px;
    }

 
}

@media (min-width: 1200px) {
    .cta-image-text {
        padding: 140px 0 135px 0;
    }

    .cta-image-text__wrap {
        margin-top: -30px;
    }

    .cta-image-text-flex {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        background-color: #00817b;
        border-radius: 47px;
        overflow: hidden;
    }

    .cta-image-text__image {
        height: 100%;
        width: 533px;
        padding-top:50%;
    }

    .cta-image-text__image img {
        border-radius: 0 47px 47px 0;
    }

    .cta-image-text__text {
        width: calc(100% - 533px);
        padding: 0 0 0 81px;
    }

    .cta-image-text__text-content {
        max-width: 635px;
        margin: 30px auto;
    }
 
}

/* COMBINATION FIXES */
.cta-image-text + .logo-carousel + .module > svg path,
.cta-image-text + .module > svg path {
    fill: #E6F3F2 !important;
}



/*
*** -----------------------------------
** Screen Resizing --------------------------------------- TEMP DISABLED
*** -----------------------------------

@media ( min-width: 1280px ) and ( max-width: 1799px ) {
    section.cta-image-text {
        padding: 70px 0 90px;
    }
    
    section.cta-image-text > .container {
        transform: scale( 0.8 ) !important;
        -moz-transform: scale( 0.8, 0.8 ) !important;
        -ms-transform: scale( 0.8 ) !important;
        -webkit-transform: scale( 0.8 ) !important;
    }
} */