.archive-title-wrapper{
    margin: 20px 0 15px !important;
}
.archive-title-wrapper h1{
    font-size: 32px;
    font-family: 'Warnock Pro';
    font-weight: 500;
}
@media screen and (max-width: 768px){
    .archive-title-wrapper h1{
        font-size: 24px;
    }
    .archive-title-wrapper{
        margin: 10px 0 10px !important;
    }
}
/* @media screen and (max-width: 575px){
    h1{
        font-size: 24px;
    }
} */