#contact-us {
    font-family: "Cairo", sans-serif;
}
#contact-us h1{
    font-weight: 600;
}

#contact-us h3{
    font-weight: 900;
}

#contact-us h4{
    color: #5A5A5A;
}

#contact-us h4:hover{
    color: #f04a24;
}


/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/

/* Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 576px) {

}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


}
