@charset "UTF-8";

.terms main section {
  padding: 15rem 0;
}
.terms main section dl {
  max-width: 900px;
  min-width: 700px;
  margin: 0 auto;
}
.terms main section dl div {
  margin-bottom: 4em;
}
.terms main section dl div dt {
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 812px) {
  .terms main section {
    padding: 8rem 0;
  }
  .terms main section dl {
    min-width: 0;
  }
  .terms main section dl div {
    margin-bottom: 2.8em;
  }
  .terms main section dl div dt {
    margin-bottom: 0.5em;
  }
}