:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.product-info-usage p {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 1.6rem;
}
