.defaultH1 {
    font-size: 72px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
}

.defaultH2 {
    margin: 0 0 30px;

    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.32em;
    color: #000000;
    text-transform: uppercase;
}

.defaultH3 {
    font-size: 24px !important;

    font-weight: 500;

    line-height: 1;

    color: #000000;
}

.defaultH4 {
    font-size: 20px !important;
}

.defaultP {
    font-size: 16px !important;
}

@media screen and (width < 1100px) {
    .defaultH1 {
        font-size: 50px !important;
        line-height: 1.2;
    }
    .defaultH2 {
        font-size: 36px !important;
    }
    .defaultH3 {
        font-size: 24px !important;
    }
    .defaultH4 {
        font-size: 20px !important;
    }
    .defaultP {
        font-size: 16px !important;
    }
}

@media screen and (width < 700px) {
    .defaultH1 {
        font-size: 44px !important;
    }
    .defaultH2 {
        font-size: 34px !important;
    }
    .defaultH3 {
        font-size: 24px !important;
    }
    .defaultH4 {
        font-size: 20px !important;
    }
    .defaultP {
        font-size: 16px !important;
    }
    .wl-open-sub {
        color: #ffffff;
        font-size: 24px !important;
    }
}

@media screen and (width < 500px) {
    .defaultH1 {
        font-size: 50px !important;
        font-weight: 900 !important;
    }
    .defaultH2 {
        font-size: 30px !important;
        text-align: center;
    }
}

@media screen and (width < 380px) {
    .defaultH1 {
        font-size: 36px !important;
    }
    .defaultH2 {
        font-size: 28px !important;
    }
}

h2.drop-title {
    font-family: "Rock Salt", cursive; /* рукописный стиль */

    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;

    color: #111;
}

.left,
.left h2 {
    text-align: left !important;
}
