.gallery { padding-bottom: 30px; }
.location-map { display: grid; grid-template-columns: .65fr 1.35fr; gap: 42px; align-items: center; padding: 22px max(7vw, 28px) 88px; background: #f4fafc; }
.location-map > div:first-child { padding: 24px 0 24px 22px; border-left: 3px solid var(--yellow); }
.location-map h2 { margin-top: 5px; font-size: clamp(1.7rem, 2.7vw, 2.7rem); }
.location-map > div > p:not(.eyebrow) { margin-top: 12px; max-width: 320px; color: #58758e; font-size: 13px; line-height: 1.75; }
.map-frame { min-height: 235px; border: 6px solid #fff; box-shadow: 0 10px 24px rgba(4, 42, 77, .13); }
.map-frame iframe { display: block; width: 100%; height: 235px; border: 0; }
@media (max-width: 800px) { .gallery { padding-bottom: 20px; } .location-map { grid-template-columns: 1fr; gap: 22px; padding: 10px 28px 68px; } .location-map > div > p:not(.eyebrow) { max-width: none; } }
@media (max-width: 520px) { .map-frame, .map-frame iframe { min-height: 230px; height: 230px; } }
