.contact__info {
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: 500;
}

.contact__info a {
    font-weight: 500;
    font-size: 1.25rem;
}
.contact__category-prompt {
    color: #222;
    font-weight: 500;
    font-size: 100%;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 64rem) {
    .contact__category-prompt {
        font-weight: 500;
        font-size: .875rem;
        line-height: 1rem;
    }
}