dl, ol, ul {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 5px solid rgb(38, 88, 166);
}

#main-navigation > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    color: inherit;
    padding: 10px;
    margin: 0 2px;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 14px;
}

#contact-page aside p {
    margin-bottom: .3rem;
    font-size: 20px;
    line-height: 37px;
}

textarea {

    height: 160px;
}

.services-section .service-item p {
    font-size: 16px;
}

.img-thumbnail {
    border: 5px solid #dee2e6;
}

.page-content img {
    margin: 5px 10px;
}