.terms-section {
  background: #f7f9f9;
  height: auto;
  position: absolute;
  top: 6em;
  z-index: -1;
  width: 100%;
}

.terms {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 2em 6%;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

.terms h1 {
  font-family: "BebasN";
  color: #082457;
  font-size: 3em;
  letter-spacing: 3px;
  text-align: center;
}

.terms-text {
  margin: 2em 6%;
  margin-top: 0;
  font-family: "Dinnex-R";
  color: #011f52;
  font-size: 1.1em;
  text-align: justify;
}

.terms-text b,
.terms-text strong,
.terms-text a {
  font-family: "Swiss-BC";
  font-size: 0.94em;
  color: #082457;
}

.terms-text .centered {
  text-align: center;
  margin-top: 60px;
}

.mas-informacion .terms-text .terms-subtitle {
  font-family: "Swiss-BC";
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  color: rgb(255, 217, 0);
}

.terms-text p {
  text-wrap: pretty;
}

.terms-text .centered h2 {
  font-family: "Swiss-BC";
  font-size: 0.94em;
  color: #ffffff;
  margin: 0px;
}

.terms-text .centered p {
  margin: 0;
}

ol {
  padding-left: 1em;
}

ul {
  padding-left: 1em;
  list-style: disc;
}

@media screen and (max-width: 1440px) {
  .terms-text {
    font-size: 1em;
  }
}

@media screen and (max-width: 900px) {
  .terms-section {
    background: #ffffff;
  }
  .terms {
    border: none;
    background: #ffffff;
    margin: auto;
  }
  .terms h1 {
    font-size: 2em;
    font-family: "Dinnex-R";
  }
  .terms-text {
    font-size: 1.1em;
    margin: auto 10%;
  }
}

@media screen and (max-width: 660px) {
  .terms-section {
    top: 5em;
  }
  .terms h1 {
    font-size: 1.3em;
    margin: 0.67em 2em;
  }
  .terms-text {
    font-size: 1em;
  }
  .terms-text h2 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 420px) {
  .terms h1 {
    margin: 0.67em 1em;
  }
  .terms-text {
    margin: auto 5%;
    font-size: 0.8em;
  }
  .terms h1 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 320px) {
  .terms h1 {
    font-size: 1em;
  }
  .terms-text {
    font-size: 0.7em;
  }
}
