/*************************************************************************************************************** Dear Dev Pros, Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered into any file that includes this one (spoiler alert: most files include this file) */
.map-html h1, .map-html h2, .map-html h3, .map-html h4, .map-html h5, .map-html h6 { padding-top: 50px; }

.map { height: 320px; }

@media (min-width: 768px) { .map { height: 500px; }
  .map-html { margin-bottom: 50px; } }

@media (min-width: 992px) { .map { height: auto; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .map-html { padding: 0 40px 40px !important; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .map-html h1, .map-html h2, .map-html h3, .map-html h4, .map-html h5, .map-html h6 { margin-top: 0; } }
/*# sourceMappingURL=elementgooglemap.css.map */