/* Contact Us and Offices page */

.offices-card {
    min-height: 360px;
}

.offices-card a {
    text-decoration: underline;
    font-weight: 700;
}

.offices-card strong {
    color: #384C5A;
}

.contact-card h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #194F90;
}

.contact-card p {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #384C5A;
    margin-bottom: 20px;
}

.contact-card a {
    font-weight:bold;
    text-decoration:underline;
    color:#2E7CB5;
    overflow-wrap:break-word;
}