/* Two Color Title Block - Frontend Styles */

.two-color-title-block {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 36px;
    margin: 24px 0;
}

.two-color-title-wrapper {
    max-width: 100%;
}

.two-color-title {
    margin: 0 0 24px 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.two-color-title .title-part-1 {
    color: #5DB24C;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.two-color-title .title-part-2 {
    color: #34363D;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.two-color-description {
    margin: 0;
    padding: 0;
    color: #34363D;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
}

/* Responsive */
@media (max-width: 1400px) {
    .two-color-title-block {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .two-color-title-block {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .two-color-title,
    .two-color-title .title-part-1,
    .two-color-title .title-part-2 {
        font-size: 32px;
    }

    .two-color-description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .two-color-title-block {
        padding: 20px;
        border-radius: 20px;
    }

    .two-color-title,
    .two-color-title .title-part-1,
    .two-color-title .title-part-2 {
        font-size: 22px;
        margin: 0 0 14px 0;
        line-height: 120%;
    }

    .two-color-description {
        font-size: 14px;
        line-height: 140%;
    }
}
