


.page-container--location .location-two-col {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: var(--space-5);
    align-items: start;
    margin-top: var(--space-5);
    padding: var(--space-5);
    border: var(--border);
    background: white;
}

.page-container--location .location-two-col .about-section {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
}


.page-container--location .location-address-block {
    min-width: 0;
}

.page-container--location .location-address-block .about-address-list {
    margin-bottom: 0;
}

.page-container--location .location-address-block .about-address-list dd {
    font-size: 1rem;
}

.page-container--location .location-address-block .about-address-list dd:first-of-type {
    font-size: 1.05rem;
    font-weight: 500;
}


.page-container--location .location-map-block {
    min-width: 0;
}

.page-container--location .location-map-embed {
    border-radius: var(--btn-radius);
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.page-container--location .location-map-embed iframe {
    display: block;
    border: 0;
}


@media (max-width: 768px) {
    .page-container--location {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-container--location .location-two-col {
        grid-template-columns: 1fr;
        width: 100%;
        box-sizing: border-box;
    }

}
