#logo{
    max-width: 70%;
}
header .contact-info .text{
    font-size:12px !important;
}

@media only screen and(max-width:724px){
    #logo{
        max-width: 45%;
    }
}

.gallery-container{height:190px;overflow:hidden;position:relative;margin-bottom:50px;}
.gallery-container a img{position:absolute;top:0;left:0;background-size:cover;}
.contact-wrapper{font-weight:700;}
.contact-wrapper p{padding:10px;border-bottom:2px solid #224f9e;font-weight:700;}
.contact-wrapper h5{background-color:#24a7e0; color:#fff;padding:10px;}
.contact-wrapper .fa{font-size:25px; color:#224f9e;}
.map-contact-page{border: 2px solid #224f9e;box-shadow: 0px 0px 20px 0px rgba(0,0,0,.7);border-radius:25px;}
.map-contact-page iframe{border-radius:25px;}