@media screen and (max-width: 992px) {
    .services__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .services__block {
        max-width: 330px;
    }

}

@media screen and (max-width: 768px) {
    .nav__link {
        display: none;
    }

    .step__wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .step__subtitle {
        max-width: 70%;
    }

    .step__img {
        transform: rotate(90deg);
    }

    .benefits__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .benefits__block {
        max-width: 245px;
    }

    .section-gutter {
        margin: 80px 0;
    }

    .services__block {
        max-width: 100%;
    }

    .footer__wrapper {
        flex-direction: column;
        gap: 8px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    .step__subtitle {
        max-width: 100%;
        font-size: 22px;
    }

    .benefits__block {
        max-width: 80%;
    }

    .tab__label {
        font-size: 18px;
    }
}