
.cta_card_section__container{
    border-radius: 15px;
}


.mini_title{
    color: #50A0FF !important;
    width: fit-content;
    display: inline-block;
    font-weight: 700!important;
    font-size: 16px;
    margin-bottom: 5px!important;
}

.cta_card_section__container {
    overflow: hidden;
}


.containter_text{
    padding: 50px 0px 50px 30px;
}



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

.cta_card_section_version_2 .cta_card_section__container img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 600px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

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

.cta_card_section__content span {
    font-size: 12px;
}

.cta_card_section__content h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

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

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

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

.image_section{
    margin-bottom: -5%;
}

.button-cta-usp{
    margin-top: 7%;
}

.button_usp{
    border-radius: 10px!important;
    padding: 15px 20px!important;
    margin-right: 15px!important;
    background-color: #E70491!important;
    border: none!important;
    font-weight: 700!important;
    font-size: 14px!important;
    text-align: center!important;
    color: #FFFFFF!important;
    transition: 0.3s!important;
}

.button_usp:hover{
    background-color: #FDB9E5!important;
    color: #E70491!important;
}



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

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

