main {
  padding-top: 130px;
  padding-bottom: 80px;
}

.term_header {
  gap: 32px;
}

.terms-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 8px;
}

.terms-subtitle {
  font-size: 18px;
  line-height: 28px;
}
.section {
  padding: 0px;
}
.section span {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.section p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #6b7280;
}

.section ul {
  margin: 0;
  padding-left: 20px;
  color: #6b7280;
  list-style-type: disc;
}

.section ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.section {
  gap: 8px;
}

@media screen and (max-width: 1200px) and (min-width: 880px) {
  .floating-whatsapp {
    display: none;
  }
}

@media screen and (max-width: 720px) and (min-width: 320px) {
  .section ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .section p {
    font-size: 14px;
    line-height: 20px;
  }
  .section span {
    font-size: 16px;
    line-height: 24px;
  }
  .terms-title {
    font-size: 24px;
  }
  .terms-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
