#directory-listing h1 {
    font-weight: 700;
    color: #003655;
    margin-top: 20px;
    font-family: 'RobotoMedium';
    font-size: 30px;
}
#directory-listing h2 {
    font-weight: 700;
    color: #003655;
    text-decoration: underline;
    font-size: 24px;
    font-family: 'RobotoMedium';
    margin-bottom: 10px;
}
#directory-listing a {
    color: #1FACFC;
    display: block;
}
#directory-listing .col-12 {
    line-height: 28px;
    margin-bottom: 40px;
}
#directory-listing hr {
    border-color: #003655;
    border-width: 3px;
    max-width: 140px;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}