article .rte h2 {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    article .rte h2 {
        font-size: 26px;
    }
}