.rules .content-wrapper {
  display: flex;
  padding: 50px 10px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}
.rules .content-wrapper .annotation p {
  font-weight: 500;
}
.rules .content-wrapper .annotation p:first-of-type {
  font-size: 1.6rem;
}
.rules .content-wrapper .content {
  text-align: left;
  line-height: 1.6em;
  font-size: 1rem;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .rules .content-wrapper .content {
    width: 100%;
  }
}
.rules .content-wrapper .content ol {
  margin: 0 auto;
  max-width: 65em;
}

/*# sourceMappingURL=rules.css.map */
