.product-subpage {
  p:not(:first-of-type) {
    margin-top: 24px;
    margin-bottom: 0;
  }

  ul {
    margin-top: 8px;

    li {
      margin-left: 32px;
      font-size: 18px;

      &:not(:first-of-type) {
        margin-top: 8px;
      }
    }
  }

  section {
    padding: 24px 8px;

    @media screen and (min-width: 650px) {
      padding: 64px;
    }

    .section-content {
      display: flex;
      flex-direction: column;
      gap: 24px;

      max-width: min(628px, calc(100% - 16px));
    }
  }

  a {
    color: #ff7f50;
  }
}