/*
*****************
*****************
STYLE FOR CONTENT
SECTION
*****************
*****************
*/
.block-section {
  margin: 25px 0 50px;
}

.content-section {
  margin-bottom: 30px;
}

.block-content .section-title {
  font-size: 1.1428571429em;
  line-height: 2.125em;
  line-height: 1.2142857143em;
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase;
  color: #c90205;
}

.block-content .block-table {
  margin: 0;
}

.block-content .block-table caption {
  margin-bottom: 10px;
}

.block-content .block-table .table {
  background-color: #f6f6f6;
}

.block-content .section-paragraph.with-icon {
  display: flex;
}

.block-content .section-paragraph .paragraph-illustration {
  margin-right: 40px;
}

.block-content .section-paragraph img {
  max-width: 100%;
}

.block-content .section-list .list-item:not(:nth-of-type(1)) {
  margin-top: 5px;
}

.block-content .section-list .list-item .item-link {
  text-decoration: none;
}

.block-content .section-list .list-item .item-link:hover {
  text-decoration: underline;
  text-decoration-color: #000;
}

.block-content .section-paragraph,
.block-content .section-list {
  font-size: 1em;
  line-height: 2.4285714286em;
  line-height: 1.5178571429em;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .block-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .block-table > .table {
    margin-bottom: 0;
  }
  .block-table .table > thead > tr > th,
  .block-table .table > tbody > tr > th,
  .block-table .table > tfoot > tr > th,
  .block-table .table > thead > tr > td,
  .block-table .table > tbody > tr > td,
  .block-table .table > tfoot > tr > td {
    min-width: 250px;
  }
}

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