.location-section{padding:20px}.location-grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.location-card{background:#fff;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.location-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.2);transform:scale(1.05)}.location-thumb img{border-bottom:1px solid #ccc;border-radius:5px;height:auto;width:100%}.location-content h3{color:#333;font-size:16px;margin-top:10px;text-align:center}@media (max-width:991px){.location-grid{grid-template-columns:1fr}.location-card{margin-bottom:20px;width:100%}}@media (max-width:600px){.location-card,.location-section{padding:10px}}