.text-content {
    padding: 3rem 0 4rem;
}

.text-content h2 {
    margin-bottom: 1.5rem;
}

.text-content h3 {
    margin-top: 2rem;
}

.text-content p {
    line-height: 1.8;
}

.text-content p + p {
    margin-top: 1rem;
}

.text-content ul {
    list-style: disc;
    margin-top: .5rem;
    padding-left: 1.5rem;
}

.text-content ul li {
    line-height: 1.8;
}

.text-content a {
    color: var(--color-primary);
    text-decoration: none;
}

.text-content a:hover {
    text-decoration: underline;
}

.text-content .contact-hours {
    margin-top: .5rem;
}

.text-content .contact-hours__row {
    display: flex;
    gap: 1rem;
    margin-top: .3rem;
}

.text-content .contact-hours__row dt {
    flex-shrink: 0;
    font-weight: 600;
    margin-bottom: 0;
    min-width: 5rem;
}