.access-section {
    margin: 4.5rem 0;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    text-align: center;
    background: #f8fafc;
}

.access-section h2 {
    font-size: 2rem;
    color: #356cb6;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.access-section p {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 2rem;
}

.map-container {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
    display: block;
}