/* МАЛЕНЬКИЕ СМАРТФОНЫ (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
    h2 {
        font-size: 1.75rem;
        line-height: 1.1;
        margin-bottom: 0.75rem;
    }

    h2.section-title {
        font-size: 1.75rem;
    }
}

/* СМАРТФОНЫ (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    h2 {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 0.85rem;
    }

    h2.section-title {
        font-size: 2rem;
    }
}

/* ПЛАНШЕТЫ (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    h2 {
        font-size: 2.5rem;
        line-height: 1.1;
        margin-bottom: 1rem;
    }

    h2.section-title {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
    }
}
