/* -----------------------terms & conditions------------------ */
.terms-and-conditions-section {
  padding-bottom: 150px;
}
.terms-header {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  margin-bottom: 24px;
  text-transform: uppercase !important;
}
.terms-content,
.terms-list li {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: hsla(224, 13%, 48%, 1);
  margin-bottom: 48px;
  text-align: justify;
  text-transform: none;
}
.content-2 {
  margin-bottom: 15px;
}
.terms-list li {
  margin-bottom: 10px;
}
.terms-list:last-child {
  margin-bottom: 48px;
}
.terms-container {
  margin-top: 48px;
  border-bottom: 1px solid hsla(0, 0%, 85%, 1);
}
.terms-container:last-child {
  border-bottom: none;
}
