.swiper-slide img{
    height: 400px;
}

.gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 15%;
}

.one{
    width: 95%;
    height: 300px;
    background-image: url(./images/room-one.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    border: 10px solid #eeeeee;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.first{
    margin-top: 180px;
        font-family: 'Playfair Display', serif;
        margin-bottom: 30px;
}
.second{
    font-family: 'Playfair Display', serif;
        margin-bottom: 30px;
}
@media only screen and (max-width: 1192px) {
    .gallery{
        margin-top: 600px;
        display: block;
        padding-block: 50px;
    }
        .gallery2{
            margin-top: 0;
            display: block;
            padding-block: 50px;
        }
}
