.smaller-text {
    font-size: 0.75rem;
}

@media (min-width: 992px) {
    .contact-header h1 {
        white-space: nowrap;
    }
}

@media (max-width: 991.98px) {
    .contact-header h1 {
        white-space: normal;
    }
}
