
.cta_card_section_image_background{
    min-width: 1076px;
    height: 473px;
    border-radius: 20px;
    padding: 80px;
    background-size: cover;
}

.cta_card_section_image_background h2{
    font-weight: 700;
    color: #FFF;
    font-size: 36px;
}

.text_content{
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 10%;
}

.black h2{
    color: black!important;
}

.black .text_content{
    color: black;
}

.black .cta_card_section__content {
    width: 50%;
}

.button_cta{
    padding: 12px 20px 12px 20px !important;
    position: relative !important;
    border-radius: 5px !important;
    border-width: 0 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    display:flex;
    font-weight: 700;
    justify-content: center;
    gap: 10px;
    line-height: inherit !important;
    background-color: var(--wp--preset--color--button-primary) !important;
    text-decoration: none !important;
    width: 50% !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.button_cta:hover {
    background-color: #FFBBE5 !important;
    color: var(--wp--preset--color--button-primary) !important;
    opacity: 1 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}





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

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

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

    .cta_card_section__content {
        padding-left: 0px;
    }

}


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

    .cta_card_section__container{
        height: auto!important;
    }

    .wp-block-button{
        margin-bottom: 20px;
    }

    .cta_card_section_version_2 .cta_card_section__container img { 
        width: auto!important;
    }

    .White-square .cta_card_section_version_2 .cta_card_section__container img { 
        opacity: 1!important;
    }
}

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

    .cta_card_section_version_2 .cta_card_section__container img { 
        display: none;
    }

    .cta_card_section_image_background{
        min-width: auto!important;
    }

    .black .cta_card_section__content{
        width: 100%;
    }

}

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

    .cta_card_section_version_2  p {
        text-align: justify;
        width: 100%!important;
    }

    .cta-card-section-image-background{
        padding: 20px;
        height: auto;
    }

    .cta-card-section-image-background h2{
        font-size: 18px;
        width: 70%;
    }

    .button_cta {
        font-size: 14px;
        padding: 10px 15px;
    }
}

