.product-description {
  max-width: 400px;
  text-align: center;

  @media (max-width: 768px) {
    padding-top: 25px;
  }
}

.marquee-wrapper {
  position: relative;
  top: -1.5px;
}