/* contact.css - Contact & Maps Page Styling */
.maps iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 10px;
}

.content h1, 
.content h2 {
    color: #1976d2;
    margin-bottom: 15px;
}
.content p { 
    line-height: 1.7; 
    margin-bottom: 12px; 
}
