.detail__panel__figure-notes {
  display: block;
  max-width: 698px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.detail__panel__figure-notes figcaption {
  margin-top: 1em;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}
.detail__panel__figure-notes--auto {
  max-width: unset;
  text-align: center;
}
.detail__panel__figure-notes--auto figcaption {
  text-align: center;
}
.detail__panel__row--both {
  margin-bottom: 2em;
}
.detail__panel__row--both + ul {
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .detail__panel__row > div {
    width: calc(450 / 930 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .detail__panel__row > div {
    margin-bottom: 2em;
  }
  .detail__panel__row--both {
    margin-bottom: 0;
  }
}
