.defaultH1 {
    font-size: 100px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    font-family: "Poiret One";
}

.defaultH2 {
    margin: 0 0 30px;
    font-family: "Poiret One";
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.32em;
    color: #000000;
    text-transform: uppercase;
}

.defaultH3 {
    font-size: 24px !important;
    font-family: "Poiret One";
    font-weight: 500;

    line-height: 1;

    color: #000000;
}

.defaultH4 {
    font-size: 20px !important;
}

.defaultP {
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6em;
    color: #000000;
}

.wl-open-sub {
    color: #ffffff;
    font-size: 36px !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: 18px !important;
    }
}

@media screen and (width < 700px) {
    .defaultH1 {
        font-size: 44px !important;
        text-align: center;
    }
    .defaultH2 {
        font-size: 34px !important;
    }
    .defaultH3 {
        font-size: 24px !important;
    }
    .defaultH4 {
        font-size: 20px !important;
    }
    .defaultP {
        font-size: 18px !important;
    }
    .wl-open-sub {
        color: #ffffff;
    }
}

@media screen and (width < 500px) {
    .defaultH1 {
        font-size: 50px !important;
        font-weight: 900 !important;
    }
    .defaultH2 {
        font-size: 30px !important;
        text-align: center;
    }

    .left p,
    .left h1,
    .left h2 {
        text-align: left !important;
    }
}

@media screen and (width < 380px) {
    .defaultH1 {
        font-size: 36px !important;
    }
    .defaultH2 {
        font-size: 28px !important;
    }
}
