/* These selectors apply only to headings introduced in the non-blog templates. */
.service-article h1.ih-repair-page-title {
    font-size: 20px;
}
.inner-banner .inner-title h1.ih-contact-page-title {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    margin-bottom: .5rem;
}
@media (max-width: 991px) {
    .inner-banner .inner-title h1.ih-contact-page-title {
        font-size: 30px;
    }
}
