@media screen and (orientation:landscape) and (max-device-width: 900px) {}


@media (max-width: 900px) {
    .header__h1 {
        text-align: center;
        margin-bottom: 15px;
    }

    .nav__ul {
        text-align: center;
    }

    .banner__h1 {
        margin: 40px 0 10px;
    }

    .banner__h1 {
        font-size: 50px;
        min-height: 110px;
    }

    .banner__h1--span {
        font-size: 40px;
        display: block;
    }

    .typed-cursor, .connect {
        display: none;
    }

    .gauze__h1, .gauze__p, .gauze__phone, .gauze__h2 {
        margin-left: 0;
    }
}