.contact-us {
    margin-bottom: 20px;
}

.contact-us h2 {
    color: midnightblue;
    margin-bottom: 5px;
    font-size: 20px;
}

.contact-us p {
    font-size: 13px;   
    color: #696969;
}

.contact-us a,
.contact-us a:visited {
    color: #696969;
    text-decoration: underline;  
    font-weight: bold;
}

@media (min-width: 1024px) {
    .contact-us h2 {
        font-size: 23px;
    }
    
    .contact-us p {
        font-size: 15px;   
    }
}