.event-map{display:flex;flex-direction:column;gap:1rem}.event-map h3{margin-bottom:0}.event-map__details{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.event-map__details a,.event-map__details span{color:var(--primary-color)}.event-map #map{height:321px;width:100%}.event-map--divider{border-bottom:1px solid #ddd;margin:3rem 0 3.5rem;width:100%}@media screen and (max-width:767px){.event-map__details{align-items:flex-start;flex-direction:column;justify-content:flex-start}}