.locations-cards-content{background-color:var(--color-surface-yellow);border-radius:16px;padding:64px 80px}.locations-cards-header{margin-bottom:32px}.locations-cards-title.title{margin-bottom:8px}.locations-cards-description.description{max-width:700px}.locations-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.locations-cards-item{background-color:#fff;border-radius:12px;padding:24px}.locations-cards-item-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.locations-cards-item-icon{flex-shrink:0}.locations-cards-item-title.description{color:var(--color-black);font-size:16px;font-weight:500}.locations-cards-item-description.description{font-size:16px}@media (max-width:1536px){.locations-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1280px){.locations-cards-grid{grid-template-columns:repeat(1,1fr);gap:16px}.locations-cards-content{padding:48px}}@media (max-width:768px){.locations-cards-grid{grid-template-columns:1fr;gap:16px}}@media (max-width:640px){.locations-cards-content{padding:24px}}
