.cta-contact-us__wrapper {
    display: flex;
    gap: 5px;
    box-shadow: 0 7px 15px 0 rgba(9, 23, 78, 0.1), 0 28px 28px 0 rgba(9, 23, 78, 0.09), 0 63px 38px 0 rgba(9, 23, 78, 0.05), 0 111px 44px 0 rgba(9, 23, 78, 0.01), 0 174px 49px 0 rgba(9, 23, 78, 0);
    background: #092dc5;
    padding: 70px 428px 70px 70px;
    border-radius: 20px;
    position: relative;
}

.cta-contact-us__heading * {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 0;
}

.cta-contact-us__heading {
    margin-bottom: 40px;
}

.cta-contact-us__btn {
    background: #FFF;
    color: #092DC5;
}

.cta-contact-us__content {
    flex-basis: 642px;
    position: relative;
    z-index: 5;
}

.cta-contact-us__image-wrapper {
   position: absolute;
    right: 19px;
   bottom: 0;
    display: flex;
    align-items: flex-end;
    width: 35.5%;
    height: 110%;
    z-index: 4;
}

.cta-contact-us__image {
    height: 100% !important;
    object-fit: cover;
}

.cta-contact-us__decor {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1199.98px) {

    .cta-contact-us__wrapper {
        padding: 50px 375px 50px 50px;
    }
}

@media screen and (max-width: 1023.98px) {
    .cta-contact-us__wrapper {
        flex-direction: column;
        padding: 30px 0 0 30px;
        gap: 0;
        border-radius: 10px;
    }
    .cta-contact-us__content {
        flex-basis: 100%;
        padding: 0 30px 0 0;
    }

    .cta-contact-us__image-wrapper {
       position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: -75px;
        margin-right: -30px;
        right: 0;
    }

    .cta-contact-us__heading * {
        font-size: 24px;
    }

    .cta-contact-us__heading {
        margin-bottom: 30px;
    }

    .cta-contact-us__image {
        object-fit: contain;
        max-height: 475px;
        width: auto;
    }
}

@media screen and (max-width: 599.98px) {
    .cta-contact-us__image {
        max-height: 262px;
    }

    .cta-contact-us__wrapper {
        align-items: flex-end;
    }

    .cta-contact-us__decor {
        width: 285px;
        height: 520px;
        margin-bottom: -140px;
    }
}