div .swiper-button-prev {
    left: 24px;
    right: auto;
}

div .swiper-button-next {
    right: 24px;
    left: auto;
}

.hotel-item {
    border: 1px solid #BDBDBD;
}

.hotel-item .sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15.5px;
    line-height: 25px;
    /* or 161% */
    color: #A83829;
}

.hotel-item .hotel-content {
    padding-left: 48px;
}

.banner {
    object-fit: cover;
}

.banner-image-top {
    margin-top: -76px;
}

.amenity-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12.5px;
    margin-bottom: 20px;
}

.room-block {
    position: relative;
}

.room-block:after {
    content: '';
    width: 100vw;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: calc(50% - 936px);
    top: -320px;
    background: url(/wp-content/uploads/2020/04/bg-room.png) center top no-repeat;
    z-index: -1;
}