.section-cta_home_2 .row {
    position: relative;
    padding-inline: clamp(10px, 4vw, 52px);
    color: white;
    overflow: hidden;
    border-radius: 32px;
    min-height: 420px;
}
.section-cta_home_2 .row:before {
    content: "";
    background: var(--color1);
    width: 100%;
    height: calc(100% - 46px);
    position: absolute;
    bottom: 0;
    border-radius: 32px;
    right: 0;
}
.section-cta_home_2 .about-content-wrap .editor-content {
    line-height: 2;
    font-size: 14px;
    color: white;
}
.section-cta_home_2 .c-btn {
    justify-content: flex-start;
    margin-top: 40px;
}
.section-cta_home_2 .title-en {
    color: #E6E6E6;
}
.section-cta_home_2 .btns span {
    color: var(--white);
}
.section-cta_home_2 .about-content-wrap {
    padding-left: 1rem;
    /* padding-bottom: 3rem; */
}
.section-cta_home_2 .img-block img {
    width: 100%;
    /*border-radius:32px;*/
}
.section-cta_home_2 .s-icon:before {
    filter: brightness(20);
}
@media only screen and (max-width: 768px) {
    .section-cta_home_2 .row:before {
        height: 100%;
        border-radius: 24px;
    }
    .section-cta_home_2 .row {
        padding-inline: 0;
        border-radius: 24px;
    }
    .section-cta_home_2 .about-content-wrap {
        padding: 2rem 1rem 0;
        margin-bottom: 2rem;
    }
    .section-cta_home_2 .s-icon {
        justify-content: center;
    }
    .section-cta_home_2 .title-en {
        text-align: center;
    }
    .section-cta_home_2 .c-btn {
        justify-content: center;
        margin-top: 16px;
    }
    .section-cta_home_2 .about-content-wrap .editor-content {
        margin-block: 16px;
    }
}