.cta_card_section .cta_card_section__container{
    height: 352px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
}

.cta_card_section__container{
    overflow: hidden;
}

.cta_card_section .cta_card_section__container .row {
    height: 100%;
}

.full_img .cta_card_section__container img {
    bottom: -30px!important;
    margin-right: 20%!important;
    scale: 1.1!important;
}

.uk-version .full_img .cta_card_section__container img{
    bottom: 0px!important;
}

.cta_card_section .cta_card_section__container img {
    position: absolute;
    right: 0px;
    bottom: -43px;
    width: 600px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15%;
    scale: 1;
}

.fit_width{
    width: fit-content!important;
}

.name_role{
    position: relative;
    right: -78%;
    line-height: 0.9;
    z-index: 1;
    top: 85%;
    font-weight: 700;
    color: white;
}


.cta_card_section__content {
    color: #fff;
    padding-left: 50px;
}

.cta_card_section__content span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.cta_card_section__content h2 {
    color: #fff;
    font-size: 36px;
    width: 72%;
    line-height: 1.2;
    font-weight: bold;
}

.cta_card_section__content p {
    line-height: 2 !important;
}

.cta_card_section__usps ul {
    color: #ffffff;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 0px;
}

.cta_card_section__usps ul li {
    font-size: 13px;
    line-height: 2.5;
    font-weight: 300;
}

.cta_card_section__usps ul li svg {
    margin-right: 20px;
}

@media only screen and (max-width: 1117px) {

    .cta_card_section .cta_card_section__container{
        padding: 75px 20px;
        height: unset;
    }

    .cta_card_section .cta_card_section__container img {
        opacity: 0.6;
        display: none;
    }

    .cta_card_section__usps {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px !important;
    }

    .cta_card_section__content {
        padding-left: 0px;
    }

}