.defaultH1 {
    font-size: 48px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
}

.defaultH2 {
    font-size: 36px !important;
    margin-bottom: 30px;
}

.defaultH3 {
    font-size: 24px !important;
}

.defaultH4 {
    font-size: 20px !important;
}

.defaultP {
    font-size: 18px !important;
}

@media screen and (width < 1100px) {
    .defaultH1 {
        font-size: 50px !important;
        line-height: 1.2;
    }
    .defaultH2 {
        font-size: 44px !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;
    }
    .defaultH2 {
        font-size: 34px !important;
    }
}

@media screen and (width < 500px) {
    .defaultH1 {
        font-size: 40px !important;
    }
    .defaultH2 {
        font-size: 30px !important;
    }
}

@media screen and (width < 380px) {
    .defaultH1 {
        font-size: 36px !important;
    }
    .defaultH2 {
        font-size: 28px !important;
    }
}
