  ﻿.res-hall-about h2 {
    font-family: var(--font-family);
    font-size: 1.125rem;
    /* text-transform: uppercase; */
    letter-spacing: .2rem;
    line-height: 1.77rem;
}

.res-hall-about strong {
    font-family: var(--font-family);
    font-size: 1.125rem;
    /* text-transform: uppercase; */
    letter-spacing: .2rem;
    line-height: 1.77rem;
}
.res-hall-about p {
    font-family: var(--font-family-block);
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.77rem;
    color: var(--primary-blue) !important;
}
