OBC Mahamandal District Offices
ASHRAMSHALA
Hostels
.map-title {
text-align: center;
font-size: 24px;
margin-bottom: 20px;
font-weight: 600;
}
.map-container {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}
.map-box {
flex: 1 1 30%;
min-width: 300px;
text-align: center;
}
.map-subtitle {
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
}
.map-box iframe {
width: 100%;
height: 600px;
border: none;
}
/* On smaller screens, maps will take full width */
@media (max-width: 768px) {
.map-box {
flex: 1 1 100%;
}
}