/** @format */

.play-btn {
  display: none;
}

/*  */
.event-policy-section {
  padding: 0px 20px;
  max-width: 1200px;
  margin: 200px auto 150px;
  font-family: Georgia, serif;
  color: #595959;
  line-height: 1.6;
}

h1 {
  font-family: "Georgia", serif;
  font-size: 36px;
  font-weight: bold;
  color: #001f3f;
}

h2 {
  font-size: 32px;
  color: #022741;
  margin-bottom: 20px;
}

p {
  font-size: 17px;
  margin-bottom: 10px;
}

ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

li {
  margin-bottom: 10px;
}

.last-updated {
  margin-bottom: 30px;
  font-style: italic;
  color: #666;
}

strong {
  color: #001f3f;
}

@media (max-width: 768px) {
  .event-policy-section {
    margin: 100px auto 100px auto;
  }
}
