.ds-main-title::after {
  background-color: black;
}

.explorer-thumbnail {
  background-color: black;
}

.explorer .explorer-details {
  padding-bottom: 25px;
}

.section-rooms {
  background-color: #e8e9ed;
  padding-bottom: 95px;
  margin-bottom: 95px;
  color: black;
  text-align: center;
}

.room {
  position: relative;
  padding-top: 95px;
  padding-bottom: 70px;
}

.room:last-child {
  padding-bottom: 0;
}

.room-thumbnail {
  position: relative;
  margin-top: 70px;
  margin-bottom: 45px;
  width: 100%;
}

.room-thumbnail::after {
  content: '';
  display: block;
  padding-top: 55%;
}

.room-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.room:not(:last-child)::after {
  content: '';
  display: block;
  height: 8px;
  max-width: 675px;
  background-color: black;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .section-rooms {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .room {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .room-thumbnail {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .section-contact {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .room-thumbnail {
    margin-bottom: 30px;
  }
}

.flickity-page-dots {
  bottom: 65px;
}

.flickity-page-dots .dot {
  background-color: white;
  margin: 0 4px;
}

@media (max-width: 991px) {
  .flickity-page-dots {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .flickity-page-dots {
    bottom: 45px;
  }
}