
.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;
}

.button_cta{
    background-color: #E70491;
    padding: 15px 20px;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

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





@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;
    }

}

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

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

