/* contact.css */
.contact-details-title {
  color: var(--primary);
  margin-bottom: 18px;
}
.contact-address,
.contact-hours {
  color: rgba(88, 84, 77, 0.8);
  font-style: normal;
}
.contact-map-iframe {
  border: 0;
}
