#terms {
  padding: 0 0 6rem;
}

#terms h1 {
  margin: 0 0 3rem;
}

#terms .main-aszf {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem;
}

#terms .main-aszf hr {
  border: none;
  border-top: 1px solid #ddd;
  background: none;
}

#terms h3 {
  margin: 3rem 0 1rem;
}

#terms ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#terms ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
}

#terms ul li h4 {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  #terms h1 {
    font-size: 28px;
    margin: 0 0 1.5rem;
    font-weight: 600;
  }
  #terms .main-aszf {
    border-radius: 8px;
    padding: 1rem;
  }
  #terms .main-aszf h2 {
    font-size: 18px;
    font-weight: 600;
  }
  #terms h3 {
    margin: 2rem 0 0.5rem;
    font-size: 18px;
    font-weight: 600;
  }
  #terms ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  #terms ul li h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
}
