.terms-title {
  margin-top: 146px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  margin-bottom: 40px;
}

.terms-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #2C2E2E;
  margin-bottom: 20px;
}

.terms-description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  color: #565858;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.button-go-home {
  margin-bottom: 50px;
}

/*# sourceMappingURL=general.css.map */
