.tos-section {
  min-height: 100vh;
  color: black;
  display: flex;
  align-items: start;
  justify-content: center;
  font-size: 2rem;
}

.tos-section div {
  margin-top: 12rem;
  max-width: 120rem;
  padding: 4.8rem;
}

.tos-section div h1 {
  font-size: 4.8rem;
  text-align: center;
  padding-bottom: 3.2rem;
}
.tos-section div h3 {
  font-size: 2.4rem;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
