.sec-theme {
  padding-top: 15rem;
  padding-bottom: 8rem;
}
.theme-block {
  padding-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  .sec-theme {
    padding-top: 8rem;
  }
  .theme-block {
    padding-top: 0;
  }
}

.sec-facilities {
  padding-top: 15rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .sec-facilities {
    padding-top: 8rem;
  }
  .theme-block {
    padding-top: 0;
  }
}
