h4 {
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    h4 {
        font-size: 18px;
    }
}