.title {
    text-align: center;
    margin-top: 24px;
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 74px;
    color: #5c5c5c;
}

.under-title {
    margin-top: 38px;
    text-align: center;
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #5c5c5c;
}

/* ---------- Планшеты ---------- */
@media (max-width: 1024px) {
    .title {
        font-size: 56px;
        margin-top: 18px;
    }

    .under-title {
        font-size: 28px;
        margin-top: 26px;
    }
}

/* ---------- Мелкие планшеты / большие телефоны ---------- */
@media (max-width: 768px) {
    .title {
        font-size: 44px;
        margin-top: 14px;
    }

    .under-title {
        font-size: 24px;
        margin-top: 20px;
    }
}

/* ---------- Телефоны ---------- */
@media (max-width: 480px) {
    .title {
        font-size: 32px;
        margin-top: 48px;
    }

    .under-title {
        font-size: 20px;
        margin-top: 32x;
    }
}
