/* --- Стили для секции F1 Static Info --- */

.f1-static-info {
    /* padding: 40px 0; */
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

.f1-info-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Стили для основного заголовка преимуществ --- */

.f1-advantages-main-title {
font-family: Golos Text;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -3%;
    margin-bottom: 40px;
}

/* --- Стили для сетки преимуществ --- */

.f1-advantages-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* --- Стили для разделительной линии --- */

.f1-divider {
    border: 0;
    height: 1px;
    background-color: #ddd;
    margin: 40px 0;
}

/* --- Стили для секции "О компании" --- */

.f1-about-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.f1-about-text-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-family: Golos Text;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -3%;

}

/* Стили для параграфов внутри About Text Wrapper (если это нужно) */
.f1-about-text-wrapper .f1-about-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}