.location-map{margin-top:32px;border:1px solid rgba(255,255,255,.14);border-radius:24px;overflow:hidden;background:#071a37}
.map-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 32px}
.map-heading h3{font-size:1.3rem;margin:0 0 4px}
.map-heading p{margin:0;color:#aebdd2}
.location-map iframe{display:block;width:100%;height:380px;border:0;background:#e7edf4}
@media(max-width:560px){.map-heading{align-items:flex-start;flex-direction:column;padding:24px}.location-map iframe{height:320px}}
