.list__hotel {
    padding: 50px 0;
}

.hotel__item--text {
    padding: 7px 15px;
    border-radius: 0px 0px 3px 3px;
    background: #8e191d;
}

.item--text__title a h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 8px 0px;
    transition: all 0.5s ease-in-out;
}





.price span {
    font-weight: bold;
    color: #f7d549;
    font-size: 17px;
    padding: 0 3px;
}

.book-rooms {
   text-align: center;
}

    .book-rooms a.details {
        display: inline-block;
        color: #fff;
        border: none;
        background: #8d191c;
        border-radius: 20px;
        text-align: center;
        padding: 4px 28px;
        
    }

.book-rooms a.details:hover {
    color:#fff;
	background-color: #cc1c21;
	transition: all 0.3s ease;
}


.hotel__item--img img {
    border-radius: 3px 3px 0px 0px;
    height: 260px;
    object-fit: cover;
}

.gallery__title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #374853;
    margin-bottom: 15px;
}

.gallery__title h2 {
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.gallery__img--item {
    margin: 10px 0 20px 0;
}

.gallery__img--item img {
    max-width: 100%;
    height: 200px;
    opacity: 1;
    object-fit: cover;
    width: 100%;
    margin: 5px 0px;
}

.hotel__item .hotel-name {
	text-align: center;
}

@media screen and (max-width:768px) {
    #banner .owl-banner .item .content-banner .welcome_content__title {
        font-size: 25px;
    }
}