.hn-terms-main-container-outer {
  font-family: lato, arial, sans-serif;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  padding: 60px 10px;
  margin: 0 auto;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hn-terms-main-container-inner {
  background: #fff;
  max-width: 960px;
  margin: 0 auto;
}
.hn-terms-main-content-inner {
  padding: 60px 80px;
}

.hn-terms-section-header {
  margin: 0 0 1.4285em;
}
.hn-terms-section-header h2 {
  font-size: 1.4285em;
  line-height: 1.2em;
  color: #636363;
  font-weight: 600;
  margin: 0;
}
.hn-terms-section-header h3 {
  font-size: 1.5714em;
  line-height: 1.2em;
  color: #636363;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
.hn-terms-section-header p {
  font-size: 1.071em;
  line-height: 1.3em;
  color: #636363;
  font-weight: 700;
  margin: 0;
}
.hn-promo-date {
  font-size: 0.8em;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  background: #fff;
  padding: 3px 8px;
}

.hn-link {
  color: #008fd9;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: 600;
}
.hn-link:hover {
  color: #008fd9;
  text-decoration: underline;
}

.terms-link a {
  text-decoration: none;
  color: #008fd9;
  font-weight: 600;
  font-size: 1.143em;
  line-height: 1em;
}
.terms-link a:hover {
  text-decoration: underline;
}
.terms-and-conditions-list p {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  color: #636363;
  max-width: 800px;
}
.terms-and-conditions-list ul {
  padding-left: 20px;
  list-style-type: decimal;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  color: #636363;
}
.terms-and-conditions-list ul li {
  margin-bottom: 8px;
}
.term-outer h4 {
  color: #636363;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 3px;
  font-weight: 800;
}
.term-outer {
  margin-bottom: 1em;
}

.hn-table-outer {
  display: flex;
  justify-content: center;
}
.hn-table-inner {
  width: 100%;
  max-width: 600px;
}

.hn-tables-block {
  padding: 20px;
}
.hn-tables-block .hn-table table,
.hn-tables-block .hn-table tr,
.hn-tables-block .hn-table td {
  border: 1px solid black;
  border-collapse: collapse;
}
.hn-tables-block .hn-table {
  width: 100%;
  font-size: 12px;
  line-height: 1.2em;
}
.hn-tables-block .hn-table th {
  background: #000;
  color: #fff;
  text-align: left;
  padding: 6px 10px;
}
.hn-tables-block .hn-table th:first-child {
  width: 25%;
}
.hn-tables-block .hn-table th:last-child {
  width: 25%;
}
.hn-tables-block .hn-table th:nth-child(2) {
  width: 50%;
}
.hn-tables-block .hn-table td {
  padding: 8px 10px;
  vertical-align: middle;
}
.hn-tables-block h4 {
  font-size: 1.143em;
  line-height: 1em;
  color: #636363;
  font-weight: 800;
  margin-bottom: 0.4em;
}
.hn-terms-tables {
  padding: 20px;
}
.hn-terms-cell-outer {
  margin-bottom: 15px;
}

/* .faq-answer {
  display: none;
} */

@media screen and (max-width: 992px) {
  .hn-terms-main-content-inner {
    padding: 40px;
  }
}

@media screen and (max-width: 750px) {
  .hn-terms-main-content-inner {
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  .hn-table {
    table-layout: fixed;
  }
  .hn-tables-block .hn-table th {
    width: 100% !important;
  }
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 500px) {
}