.section-marquee {
  color: #fff;
  background:#1e1e1e url('/cdn/shop/files/Background-section.webp?v=1758002237') repeat center center;
}

.section-marquee__title {
  text-align: center;
  font-family: var(--font-helvetica);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.24px;
  margin: 0 0 56px;
  
  
  @media only screen and (max-width: 767px) {
    font-size: 20px;
    margin-bottom: 30px;
  }
}