.subpage-hero {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.subpage-hero .overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.4); */
}
.subpage-hero .hero-content {
  position: relative;
  z-index: 2;
}
.subpage-hero .hero-content h1{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.event-people {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
}
.event-people .person {
  flex: 1 1 200px;
  text-align: center;
}
.event-people img {
  width: 100%;
  max-width: 240px;
  border-radius: 10px;
}
.guidelines {
  list-style: none;
  padding: 0;
}
.room-gallery {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.room-gallery img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}

.btn {
    margin-top: 2rem;
}