@charset "utf-8";

.termsText {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .termsText {
    margin-top: 20px;
  }
}
