h1, h2 {
    font-family:'Inter',sans-serif!important;
    font-size:36px!important;
    font-weight: 600!important;
}
@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 28px !important;
    }
}