.hero {
  border-radius: 0 0 100px 100px;
}

.transfers {
  padding-top: 0;
}

.privileges-section {
  margin-top: 0;
  padding-top: 120px;
  border-radius: 100px;
}

.privileges-section + .booking-section {
  margin-top: 120px;
}

@media (max-width: 1200px) {
  .hero {
    border-radius: 0 0 40px 40px;
  }
  .privileges-section {
    padding-top: 80px;
    border-radius: 40px;
  }
  .privileges-section + .booking-section {
    margin-top: 80px;
  }
}

/*# sourceMappingURL=01-maldives.css.map */
