﻿.about-text {
    font-family: 'Montserrat', 'Inter', sans-serif;
    max-width: 720px;
}

.about-title {
    color: #1f4d2b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04rem;
    margin-bottom: 14px;
}

.about-text p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 12px;
}

.about-text strong {
    color: #1f4d2b;
    font-weight: 600;
}

.about-lead {
    font-size: 16px;
}

.corporate-values {
    margin-top: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.value-box {
    background: #f9f9f9;
    padding: 28px;
    border-left: 4px solid #F5A623;
}

    .value-box h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .value-box p {
        font-size: 15px;
        line-height: 1.6;
        color: #444;
    }

.why-us {
    margin-top: 50px;
}

.why-list {
    padding-left: 18px;
}

    .why-list li {
        margin-bottom: 10px;
        font-size: 15.5px;
        color: #444;
    }