.narrow-section {
  padding: 50px 0;
}
.narrow-section .wp-block-image {
  margin: 30px 0;
}
.narrow-section .wp-block-button__link {
  margin: 25px 0;
  text-decoration: none;
}
.narrow-section a {
  color: #182e4c;
  text-decoration: underline;
}
.narrow-section.light-theme {
  color: #182e4c;
}
.narrow-section.light-theme a {
  color: #182e4c;
}
.narrow-section.light-theme .wp-block-button__link {
  color: #fff;
}
.narrow-section.dark-theme {
  background: #182e4c;
  color: #fff;
}
.narrow-section.dark-theme a {
  color: #fff;
}
.narrow-section a:hover {
  color: #f96b11;
}
.narrow-section .size-full img {
  width: 100vw;
}
.narrow-section figcaption a {
  font-size: inherit;
  color: inherit;
}
.narrow-section .wp-block-table {
  overflow: visible;
}
.narrow-section .wp-block-table thead {
  border: 1px solid;
  border-bottom: 3px solid;
}
.narrow-section .wp-block-table thead th {
  border: 1px solid;
}
.narrow-section .wp-block-table td,
.narrow-section .wp-block-table th {
  padding: 10px;
}
.narrow-section.dark-theme .wp-block-table td {
  border: 1px solid #dfe2e5;
}
.narrow-section.light-theme .wp-block-table td {
  border: 1px solid #182e4c;
}
.narrow-section .wp-block-table figcaption {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}
.narrow-section .wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.narrow-section.dark-theme
  .wp-block-table.is-style-stripes
  tbody
  tr:nth-child(odd) {
  color: #182e4c;
}
.narrow-section strong {
  font-weight: bold;
}
.narrow-section ul {
  list-style-position: outside;
  padding-left: 20px;
}
.narrow-section ol {
  text-indent: -16px;
  padding-left: 16px;
}
@media (min-width: 639px) {
  .narrow-section ol {
    text-indent: -21px;
    padding-left: 22px;
  }
}
.narrow-section li {
  font-size: 16px;
  line-height: 23px;
}
@media (min-width: 639px) {
  .narrow-section li {
    font-size: 20px;
    line-height: 26px;
  }
}
.narrow-section h1 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.narrow-section h2 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.narrow-section h3 {
  margin-top: 15px;
  margin-bottom: 25px;
}
.narrow-section h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.narrow-section h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.narrow-section h6 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.narrow-section .review-section {
  color: inherit;
}
.narrow-section.dark-theme .wpcf7 .wpcf7-not-valid-tip,
.narrow-section.dark-theme .wpcf7 .wpcf7-not-valid-output,
.narrow-section.dark-theme .wpcf7 form.invalid .wpcf7-response-output {
  color: #cf6679;
}
.narrow-section.dark-theme .wpcf7 .wpcf7-form-control {
  color: #fff;
}
.narrow-section.dark-theme .wpcf7 select.wpcf7-form-control {
  background-color: #fff;
  color: #182e4c;
}
.narrow-section.dark-theme .wpcf7 select.wpcf7-form-control option,
.narrow-section.dark-theme .wpcf7 select.wpcf7-form-control optgroup {
  background-color: #fff;
  color: #182e4c;
}
.narrow-section .wpcf7 .wpcf7-form-control {
  width: 100%;
}
.narrow-section .wpcf7 .contact-form__acceptance {
  width: 100%;
}
.narrow-section .wpcf7 .wpcf7-response-output {
  width: 100% !important;
}
.narrow-section.dark-theme .wp-block-columns .wp-block-columns-expand {
  color: #fff;
}
.narrow-section.light-theme .wp-block-columns .wp-block-columns-expand {
  color: #182e4c;
}
