.room-subtitle {
    position: relative;
    font-family: 'Gilda Display', serif;
    font-size: 25px;
    color: #222;
}

.room-text {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

.room-title {
    font-size: 40px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    line-height: 1.25em;
}

.container-room{
    display: flex;
    justify-content: space-evenly;
}

.container-room-item{

}

.room-next-button {

}

.news-img {
    height: 50%;
    width: auto;
}


.container-room-images{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
}

.container-room-image-item{
    width: calc(33.33%);
    margin-bottom: 20px;}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.room-booking{
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #a9a9a9 none repeat scroll 0 0;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
}
