.race_rules {
  background: #23402c;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.5;
}

.race_rules h2 {
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.race_rules h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #2b7343;
  display: inline-block;
  padding: 12px 12px 8px 12px;
  border-radius: 100px;
  box-shadow: 0 0 #000, 0 0px 4px rgb(91 220 117 / 70%),
    0 0px 10px rgb(91 220 117 / 70%);
  margin-top: 16px;
  margin-bottom: 16px;
}

.race_rules p {
  margin-bottom: 12px;
}
