.contact-map-section {
  background-color: #f5f8fa;
}
.contact-map-section .contact-map-sec-title {
  background-image: url(/files/1OB0kdI2gk.png);
}
.contact-map-section #map {
  border: 5px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  height: 250px;
  margin: 0 0.5rem 0.5rem;
}
.contact-map-section .map-details {
  margin: 1rem 1.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-map-section .map-details div {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.contact-map-section .map-details div .map-detail-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-map-section .map-details div .map-detail-value {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.contact-bus-section {
  margin-bottom: 1rem;
}
.contact-bus-section .contact-bus-sec-title {
  background-image: url(/files/RXqHsV6Lij.png);
}
.contact-business {
  display: flex;
  justify-content: space-around;
  margin: 1rem;
}
.contact-business h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #2c2c2c;
}
.contact-business p {
  font-size: 0.8rem;
  color: #333333;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-map-section #map {
    height: 550px;
  }
  .contact-map-section .map-details {
    flex-wrap: nowrap;
    margin: 1.5rem 1.5rem 2rem;
  }
  .contact-map-section .map-details div .map-detail-name {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .contact-map-section .map-details div .map-detail-value {
    font-size: 0.9rem;
  }
  .contact-map-section .map-details div:first-child {
    flex: 1 0 auto;
    width: auto;
  }
  .contact-map-section .map-details div:not(:first-child) {
    flex: 1 0 auto;
    width: auto;
  }
  .contact-business {
    margin: 0 1rem 2rem;
  }
  .contact-business h3 {
    font-size: 1.3rem;
  }
  .contact-business p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=contact.a2fc9a80b22b2a10ba84.css.map*/