* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

:root {
  --body: #667085;
  --primary-color: #001b3d;
  --secondary-color: #087443;
  --accent-color: #f2b544;
  --main-bg: #f7f9f8;
  --heading-color: #102033;
  --second-text: #667085;
  --border-color: #e4e7ec;
  --success-green: #12b76a;
  --error-red: #d92d20;
  --warning-color: #f79009;
  --icon-color: #fff;
  --icon-hover-bg: #12b76a;
  --button-bg: #087443;
  --white-text-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}

button,
input,
select,
option,
optgroup,
textarea {
  outline: none;
  border: none;
}

/*  */

.terms-section {
  padding: 20px 100px;
}

.terms-intro,
.terms-content {
  margin-bottom: 20px;
}

/* .terms-section p,
li,
a {
  font-size: 14px;
} */

.terms-intro .update-date {
  margin-bottom: 10px;
}

.terms-content h2 {
  font-size: 20px;
  font-weight: 600;
}

.user-accounts .user-para,
.product-information .information-para,
.orders-acceptance .acceptance-para,
.shipping-delivery .delivery-para {
  margin-bottom: 10px;
}

.user-accounts ul,
.product-information ul,
.orders-acceptance ul,
.shipping-delivery ul {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .terms-section {
    padding: 20px;
  }

  .terms-intro h1 {
    font-size: 24px;
  }

  .terms-section ul {
    padding-left: 30px;
  }

  .terms-content h2 {
    font-size: 18px;
  }

  .terms-section p,
  li,
  a {
    font-size: 14px;
  }
}
