.access-slider-box {
    padding:0;
    white-space: nowrap;
}

.access-address-box {
    padding-top: 0;
}

@media screen and (min-width: 992px) {
    .access-address-box iframe {
        height: calc(100% - 4rem);
    }
}

.box-content.bh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    font-weight: 500;
    font-size: .9rem;
}

.box-content.bh > * {
    padding: 0.5rem;
}

.bh-incall {
    color:white;
    background: #7B7B7B;
}

.bh-incall-time {
    background: #C1C1C1;
}

.bh-outcall {
    color:white;
    background: #4C4C4C;
}

.bh-outcall-time {
    background:#AAAAAA;
}