.wd-product-media-illustration-note {
  margin-top: var(--wd-illustration-note-mt-mobile, 12px);
  margin-bottom: var(--wd-illustration-note-mb-mobile, 12px);
  color: #000;
  font-family: "Open Sans Condensed", var(--font-body-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: var(--wd-illustration-note-align-mobile, center);
}

@media screen and (min-width: 768px) {
  .wd-product-media-illustration-note {
    margin-top: var(--wd-illustration-note-mt-desktop, 12px);
    margin-bottom: var(--wd-illustration-note-mb-desktop, 12px);
    font-size: 15px;
    text-align: var(--wd-illustration-note-align-desktop, center);
  }
}
