/* --- START NOW --- */

#terms-sec {
  background: url("../images/patron-2.svg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom 0;
  background-color: var(--blanco);
  margin-top: 85px;
}

#terms-sec p,
#terms-sec li {
  margin-bottom: 10px;
  line-height: 1.4 !important;
}

#terms-sec ul li::marker {
  color: var(--azul) !important;
}

#terms-sec ol li::marker {
  color: var(--black) !important;
}

#terms-sec h4 {
  margin-top: 30px;
  font-size: 1.5;
}

#terms-sec ul {
  padding-left: 15px;
}

.terms-intro {
  background-color: var(--gris-claro);
  padding: 15px;
  border-radius: var(--esquina);
  margin-bottom: 30px;
}

.terms-intro p {
  text-align: center;
  font-size: 1em;
  margin-bottom: 10px;
}

#terms-sec h4 {
  background-color: var(--amarillo);
  padding: 0 5px;
  font-size: 1.6em;
}

#terms-sec h5 {
  font-weight: 800;
}

.terms-mark {
  font-weight: 800;
  color: var(--azul);
}

@media (max-width: 1100px) {
  .privacy-policy,
  #terms-sec {
    padding: 4rem 3rem;
  }
}

@media (max-width: 576px) {
  .privacy-policy,
  #terms-sec {
    padding: 2rem 2rem;
  }
}

@media (max-width: 375px) {
  .privacy-policy,
  #terms-sec {
    padding: 1.5rem 1rem;
  }
}

@media screen and (min-width: 767px) {
  .terms-intro {
    background-color: var(--gris-claro);
    padding: 30px;
    border-radius: var(--esquina);
  }

  .terms-intro p {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .terms-text {
    columns: 100px 2;
    column-gap: 30px;
  }

  .terms-intro {
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
    max-width: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
}
