.wp-block-table td,
.wp-block-table th {
  border: 0;
  border-top: solid 1px #e6521f;
  padding: 0.5em;
  padding: 32px 20px;
  text-align: left;
}
.wp-block-table td:first-child,
.wp-block-table th:first-child {
  width: 200px;
}
@media (max-width: 768px) {
  .wp-block-table td:first-child,
  .wp-block-table th:first-child {
    width: 100%;
  }
}
.wp-block-table td strong,
.wp-block-table th strong {
  font-weight: 600;
}

.wp-block-table tr:last-child td:last-child {
  border-bottom: solid 1px #e6521f;
}

@media (max-width: 768px) {
  .wp-block-table td,
  .wp-block-table th {
    display: block;
    width: 100%;
    padding: 20px 16px;
  }
}/*# sourceMappingURL=page-law.css.map */