
/* Contact Details */
.contact-icons {
    color: rgb(202, 153, 44);
    font-size: 2rem;
}

.contact-title{
    font-size: 24px;
    line-height: 35px;
    font-family: "Frank Ruhl Libre", serif;
    color: rgb(186, 58, 25);
    margin: 0px;
    font-weight: 600;
}

.contact-links{
text-decoration: none;
color: grey;
display: inline-block;
}
/* Contact Details */

/* Map Area */
.map-area .map-box iframe {
    display: inherit;
    width: 100%;
    height: 590px;
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.map-area{
    margin-bottom: 70px;
}
/* Map Area */

@media (max-width: 767px) {
    
    
    }
