h3,
.heading-h3 {
    font-size: 33px !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    h3, .heading-h3 {
        font-size: 24px !important;
    }
}