.location-address-section{background:var(--white);padding:120px 0}.location-address-grid{align-items:start;display:grid;gap:64px;grid-template-columns:1fr 1fr}.location-address-h2{margin-bottom:20px}.location-address-text{color:var(--muted);font-size:15px;line-height:1.6;margin-bottom:0}.location-address-subsidy{background:var(--sky-tint);border-left:4px solid var(--sky);border-radius:12px;margin-top:32px;padding:40px}.location-address-subsidy h3{margin-bottom:12px}.location-address-subsidy p{color:var(--muted);margin-bottom:20px}.location-address-right,.location-map-placeholder{display:flex;justify-content:center}.location-map-placeholder{align-items:center;background:var(--sky-tint);border:1px solid rgba(4,69,104,.1);border-radius:24px;flex-direction:column;gap:16px;max-width:560px;padding:48px;text-align:center;width:100%}.location-map-placeholder p{color:var(--muted);font-size:14px;line-height:1.5}@media (max-width:900px){.location-address-section{padding:80px 0}.location-address-grid{gap:40px;grid-template-columns:1fr}.location-address-right{justify-content:flex-start}.location-map-placeholder{max-width:100%}}