.facilities--central,
.facilities--wong-chuk-hang {
    display: flex;
    flex-direction: column-reverse;
}

.facilities h3 {
    margin-bottom: 16px;
}

.facilities dt,
.facilities dd {
    font-weight: var(--font-body-weight);
    display: inline;
    margin-right: 0;
    min-width: auto;
}

.central,
.wong-chuk-hang {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
    /* overflow: visible; */
}

.central--info,
.wong-chuk-hang--info {
    margin-top: 48px;
    position: relative;
}

.facilities--central {
    margin-bottom: 64px;
}

@media screen and (min-width: 750px) {
    .facilities--central,
    .facilities--wong-chuk-hang {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .central,
    .wong-chuk-hang {
        display: block;
        width: 1200px;
        max-width: 75%;
        margin-right: -64px;
        /* overflow: visible; */
    }

    .central--info,
    .wong-chuk-hang--info {
        margin-top: 0;
    }

    .facilities--central {
        margin-bottom: 0;
    }


    .facilities__wrapper > * + * {
        margin-top: 96px;
    }
}

@media screen and (min-width: 1280px) {
    .central,
    .wong-chuk-hang {
        margin-right: -112px;
        /* overflow: visible; */
    }
}

@media screen and (min-width: 1441px) {
    .central,
    .wong-chuk-hang {
        margin-right: 0;
        /* overflow: visible; */
    }
}

.facilities {
    overflow: hidden;
}

.central--info,
.wong-chuk-hang--info {
    width: 400px;
}

.facilities__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

@media screen and (max-width: 749px) {
    .facilities__buttons .swiper-button-prev,
    .facilities__buttons .swiper-button-next {
        display: none;
    }
}


.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 64px;
    height: 64px;
    border: 2px solid var(--color-border);
    border-radius: 100%;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_734_69819)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9974 32.0638C22.6149 32.6813 22.6149 33.6834 21.9974 34.3009C21.3799 34.9184 20.3778 34.9184 19.7603 34.3009L7.08385 21.6244C6.46635 21.0069 6.46635 20.0048 7.08385 19.3873L19.7603 6.71085C20.3778 6.09335 21.3799 6.09335 21.9974 6.71085C22.6149 7.32834 22.6149 8.33038 21.9974 8.94788L12.021 18.9243L33.5554 18.9243C34.4292 18.9243 35.137 19.6321 35.137 20.5059C35.137 21.3798 34.4292 22.0876 33.5554 22.0876L12.021 22.0876L21.9974 32.0638Z' fill='%23285611'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_734_69819'%3E%3Crect width='29' height='29' fill='white' transform='translate(20.5059 41.0117) rotate(-135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_734_69816)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0143 8.94788C18.3969 8.33038 18.3969 7.32834 19.0143 6.71085C19.6318 6.09336 20.6339 6.09336 21.2514 6.71085L33.9279 19.3873C34.5454 20.0048 34.5454 21.0069 33.9279 21.6244L21.2514 34.3009C20.6339 34.9184 19.6318 34.9184 19.0143 34.3009C18.3969 33.6834 18.3969 32.6813 19.0143 32.0638L28.9907 22.0874L7.45637 22.0874C6.58251 22.0874 5.87471 21.3796 5.87471 20.5058C5.87471 19.6319 6.58251 18.9241 7.45637 18.9241L28.9907 18.9241L19.0143 8.94788Z' fill='%23285611'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_734_69816'%3E%3Crect width='29' height='29' fill='white' transform='translate(20.5059) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.central__buttons,
.wong-chuk-hang__buttons {
    display: flex;
    gap: 16px;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 749px) {
    .central__buttons,
    .wong-chuk-hang__buttons {
        display: none;
    }
}