html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.page-template-template-legal .section.section-title {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .page-template-template-legal .section.section-title {
    margin-bottom: 3rem;
  }
}
.page-template-template-legal .section.section-content table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.page-template-template-legal .section.section-content table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.page-template-template-legal .section.section-content table tbody tr td {
  padding: 0.5rem 1rem;
  width: auto;
}

/*# sourceMappingURL=legal.css.map */
