.delivery-areas {
    padding: 20px;
    background: #fff;
    text-align: center;
}
.delivery-areas h2 {
    font-size: 2em;
    margin-bottom: 20px;
}
.map-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.map-item {
    flex: 1 1 calc(45% - 20px);
    min-width: 300px;
    max-width: 500px;
    margin-bottom: 20px;
}
.map-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.map-item iframe {
    width: 100%;
    height: 400px;
    border: 0;
}