.terms {
  width: 100%;
  padding: 60px 20px;
  overflow: hidden;
}

.terms .termsHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.terms .termsHeader .head_logo {
  width: 250px;
  height: 100%;
  object-fit: contain;
}

.terms .termsHeader span {
  font-weight: 800;
  font-size: 50px;
  color: #000;
}

.terms .termsTitle {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.terms .termsTitle span {
  color: #007bb6;
}

.terms .termsSection {
  margin-bottom: 40px;
}

.terms .sectionTitle {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.terms .clauseList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.terms .clause {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  /* word-break: break-word; */
  width: 100%;
  word-wrap: anywhere;
}

.terms .number {
  min-width: 45px;
  font-weight: 700;
  color: #007bb6;
}

.terms .clause p {
  margin: 0;
  line-height: 1.7;
  color: #444;
}

.terms .clause strong {
  color: #222;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .terms {
    padding: 40px 15px;
  }

  .terms .termsHeader {
    flex-wrap: wrap;
    gap: 0;
  }

  .terms .termsTitle {
    font-size: 18px;
  }

  .terms .sectionTitle {
    font-size: 16px;
  }

  .terms .clause {
    gap: 0px;
  }

  .terms .clause p {
    font-size: 14px;
  }

  .terms .termsHeader span {
    font-size: 30px;
  }

  .terms .termsHeader .head_logo {
    width: 200px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .terms {
    padding: 40px 15px;
  }

  .terms .termsHeader span {
    font-size: 32px;
  }

  .terms .termsHeader .head_logo {
    width: 230px;
  }

  .terms .termsHeader {
    flex-wrap: wrap;
  }

  .terms .termsTitle {
    font-size: 26px;
  }

  .terms .sectionTitle {
    font-size: 22px;
  }

  .terms .clause {
    gap: 10px;
  }

  .terms .clause p {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .terms {
    padding: 40px 15px;
  }

  .terms .termsHeader span {
    font-size: 40px;
  }

  .terms .termsHeader .head_logo {
    width: 230px;
  }

  .terms .termsHeader {
    flex-wrap: wrap;
  }

  .terms .termsTitle {
    font-size: 26px;
  }

  .terms .sectionTitle {
    font-size: 22px;
  }

  .terms .clause {
    gap: 10px;
  }

  .terms .clause p {
    font-size: 14px;
  }
}
