.cta_card_section_version_2 .cta_card_section__container {
    height: 500px;
    min-height: 300px;
    border-radius: 15px;
    position: relative;
    box-shadow: 1px 12px 10px 4px #00000029;
}

.White-square .cta_card_section__container {
    background: #F3F8FF;
}

.White-square .cta_card_section__content {
    color: black !important;
    margin-top: 10px;
}

.White-square .cta_card_section__content h2 {
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 35px;
    font-weight: 700 !important;
}

.White-square .mini_title {
    background-color: #D4E8FF;
    color: #0075FF !important;
    width: fit-content;
    display: inline-block;
    font-weight: 500 !important;
    padding: 5px !important;
    border-radius: 6px;
    margin-bottom: 15px !important;
}

.White-square .text_content {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;
    opacity: 80%;
}

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

.White-square .cta_card_section__container {
    box-shadow: none !important;
    overflow: hidden;
    border-radius: 5px !important;
}

.White-square .wp-element-button-special {
    border: 1px solid #0075FF !important;
    background-color: var(--wp--preset--color--primary);
    color: white;
    display: inline-block !important;
    font-size: 14px;
    padding: 15px 20px !important;
    border-radius: 5px !important;
    font-weight: 700;
}

.White-square .cta_card_section__container img {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

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

.lean_version .cta_card_section__container img {
    object-fit: inherit !important;
    transform: rotate(25deg);
    scale: 1.2;
    left: -30%;
}

.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;
    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: 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_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: 768px) {
    .cta_card_section_version_2 .cta_card_section__container {
        height: auto !important;
        min-height: unset !important;
        padding: 40px 20px !important;
        overflow: visible !important;
    }
    .cta_card_section_version_2 .cta_card_section__container img,
    .image_section {
        display: none !important;
    }
    .containter_text {
        padding: 0 !important;
        text-align: center;
        justify-content: center;
    }
    .cta_card_section__content {
        padding-left: 0 !important;
        width: 100%;
    }
    .White-square .cta_card_section__content h2,
    .cta_card_section__content h2 {
        line-height: 1.2 !important;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .White-square .text_content,
    .cta_card_section_version_2 .text_content {
        width: 100% !important;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
        text-align: center;
    }
    .White-square .wp-element-button-special,
    .wp-element-button-special {
        width: 100% !important;
        text-align: center;
        padding: 18px 20px !important;
        display: block !important;
    }
    .cta_card_section__usps {
        margin-top: 30px !important;
        width: 100%;
    }
    .cta_card_section__usps ul {
        display: inline-block;
        text-align: left;
    }
    .cta_card_section__usps ul li {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    .cta_card_section__usps ul li svg {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .cta_card_section_version_2 p {
        text-align: justify;
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .White-square .mini_title {
        font-size: 11px;
        padding: 4px 8px !important;
    }
}