.location-banner {
    padding: 20px 0;
    position: relative;
    /* background-color: var(--bs-secondary); */
}
.location-banner > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location-banner .location-logo {
    width: 406px;
    max-width: 100%;
    height: 180px;
}
.location-banner .location-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-details {
    position: relative;
    padding: 90px 0;
    color: #FFF;
    text-align: center;
}
.location-details::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.85);
}
.location-details .container {
    position: relative;
    z-index: 2;
}
.location-details {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}
.location-details h2,
.location-details h3 {
    color: inherit;
}
.location-details .intro {
    margin-bottom: 4rem;
}
.location-details .icon {
    color: var(--bs-primary);
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.location-details .icon > * {
    max-width: 100%;
    max-height: 100%;
}
.location-details .map-col iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.location-callout {
    position: relative;
    padding: 90px 0;
    text-align: center;
}
.location-callout .text {
    margin-bottom: 4rem;
}
.location-callout .card {
    --bs-card-bg: rgb(204, 224, 255);
}
.location-callout .card h3 {
    margin-bottom: 1.5rem;
}
.location-callout .col-md-6:nth-child(even) .btn-primary {
    --bs-btn-color: var(--dark);
    --bs-btn-bg: var(--bs-accent);
    --bs-btn-border-color: var(--bs-accent);
}

.location-services {
    position: relative;
    padding: 0 0 90px 0;
}
.location-services .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}
.location-services .image {
    height: 100%;
}
.location-services .image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.location-services .col-md-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.location-services h2 {
    margin-bottom: 1.5rem;
}
.location-services .card {
    --bs-card-bg: rgb(204, 224, 255);
    margin-bottom: 1rem;
}
.location-services .card p:last-child {
    margin-bottom: 0;
}