.rs-fos {
    padding-top: 112px;
    padding-bottom: 112px;
}

.rs-fos__wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.rs-fos__head {
    margin-bottom: 27px;
}

.rs-fos__head h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 95%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--color-3);
}

.rs-fos__head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: var(--color-6);
    font-family: var(--third-family);
}

@media (max-width: 767.98px) {
    .rs-fos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rs-fos__head {
        margin-bottom: 12px;
    }

    .rs-fos__head h3 {
        font-size: 32px;
    }

    .rs-fos__head p {
        font-size: 13px;
    }
}