table {
  text-align: left;
  margin: 0 0 20px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table thead th,
table thead td {
  background-color: rgba(88, 88, 146, 1);
  color: white;
}
.json-table th {
  background-color: rgba(88, 88, 146, 1);
  color: white;
}
table th:first-of-type,
table td:first-of-type {
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}
table th,
table td {
  border: 1px solid #e8e7e7;
  padding: 10px 15px 9px;
  padding-left: 5px;
}

.page__content ul {
  padding-left: 47px;
  list-style-type: square;
}
.page__content ol li,
.page__content ul li {
  position: relative;
  padding-left: 7px;
}
.page__content ol li:not(:last-of-type),
.page__content ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
.page__content ol ul li:last-child,
.page__content ul li:last-child {
  margin-bottom: 1.6em;
}
/* .page__content ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #000;
  left: -19px;
  top: 12px;
} */
.page__content img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* .wp-caption,
img {
  max-width: 100%;
  height: auto;
} */
@media (min-width: 0px) and (max-width: 576px) {
  .page__content img {
    max-width: 85%;
    height: auto;
  }
}
