.product-chart h2 {
  text-align: center;
  margin-bottom: var(--s-4);
}

.product-chart img {
  width: 100%;
}

@media (max-width: 767px) {
  .product-chart__image--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .product-chart__image--mobile {
    display: none;
  }
}
