.rooms {
  margin-top: 50px;
}

.rooms-section {
  margin-bottom: 50px;
}

.room-img {
  overflow: hidden;
  border-radius: 5px;
}

.room-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.title-h3 {
  margin-bottom: 15px;
}

.paragraph-p2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .room-img {
    margin-bottom: 25px;
  }
  .title-h3 {
    margin-bottom: 5px;
  }
  .paragraph-p3 {
    margin-bottom: 20px;
  }
  .rooms-section {
    margin-bottom: 40px;
  }
}
