@media (max-width: 1200px) {
    .header__ul {
        display: none;
    }

    .header__logo {
        padding: 30px 0;
        font-size: 20px;
    }

    .banner-desc__title {
        font-size: 25px;
    }

    .banner-desc__h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .banner-desc__h3 {
        line-height: 167%;
    }

    .banner-desc {
        margin-top: -175px;
    }

    .about__title,
    .about__title-p2p,
    .inst__h3 {
        text-align: center;
    }

    .about__step {
        display: none;
    }

    .about__btn {
        width: 100%;
        text-align: center;
    }

    .team-col {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 25px;

    }
    .team__benefit {
        text-align: center;
        margin-top: 30px;
    }
    
    .team {
        padding-bottom: 50px;
    }

    .team-benefit--link {
        margin-top: 15px;
    }
}