/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Poppins:wght@700&display=swap");

.terms {
  width: 100%;
  padding: 40px 0;
}

.terms__container {
  width: 100%;
  max-width: 859px;
  margin-left: 30px;
  padding: 15px 14px;
  box-sizing: border-box;
}

.terms__title {
  margin: 0 0 12px;

  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;

  color: #000;
}

.terms__text {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #000000;
}

.terms__definitions {
  margin-bottom: 20px;
}

.terms__section {
  margin-top: 20px;
}

.terms__subtitle {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #304d2c;
}

.terms__section .terms__text + .terms__text {
  margin-top: 0;
}

/* Tablet */
@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }

  .terms__title {
    font-size: 26px;
    line-height: 38px;
  }

  .terms__subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .terms__text {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .terms__title {
    font-size: 22px;
    line-height: 32px;
  }

  .terms__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .terms__text {
    font-size: 11px;
    line-height: 17px;
  }
}
