
#container-terms {
  max-width: 1100px;
  margin: 4% auto;
  padding: 40px;
  background: #fff;
  line-height: 1.6;
  border-radius: 10px;
height: auto;
overflow: 100px;
}

#container-terms h1 {
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #212427;
  padding-top: 70px;
}

#container-terms h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  text-align: center;
  color: #001345;
  margin-bottom: 1rem;
}

#container-terms h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;

  color: #001345;

}

#container-terms p {
  font-size: 16px;
  font-weight: 400;
  color: #001345;
  text-align: left;
  justify-content: left;
  line-height: 25px;

}

.policyList-terms li {
  margin-left: 20px;
  margin-bottom: 6px;
  list-style-type: disc;


}