.contact-container {
  margin-top: 30px;
}

.material-icons { 
  font-size: 36px;
  color: #090909;
}

.container .row .col a img {
  border-radius: 5px;
}

/* Responsive styling for the Google Maps iframe */
.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* Adjust the map height on small screens */
@media (max-width: 576px) {
  .map-container iframe {
    height: 300px;
  }
}
