.hole-by-hole {
  background: var(--Heritage-Green, #004d36);
  padding: 100px 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hole-by-hole ol {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.hole-by-hole ol li {
  list-style: none;
}

@media (max-width: 1200px) {
  .hole-by-hole {
    padding: 100px 12%;
  }
}
@media (max-width: 768px) {
  .hole-by-hole {
    padding: 74px 24px;
  }
}

/*# sourceMappingURL=hbhList.css.map */
