/* Стили для страницы "О нас" */
.about-onsales-section h1 {
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    color: #232323;
    text-align: center;
    margin-bottom: 1.5rem;
}
.about-onsales-section .about-lead {
    font-size: 1.18rem;
    color: #444;
    margin-bottom: 1.5rem;
    text-align: left;
}
.about-onsales-section .about-desc,
.about-onsales-section .about-why {
    font-size: 1.08rem;
    color: #555;
    margin-bottom: 1.5rem;
    text-align: left;
}
.about-onsales-section .about-why b {
    font-weight: 800;
}
.about-onsales-section ul {
    font-size: 1.08rem;
    color: #232323;
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
    padding-left: 1.2rem;
}
.about-onsales-section ul li {
    margin-bottom: 0.7rem;
}
