@keyframes cpap-product-highlights-slide-in {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.cpap__product-highlights__container {
  padding: 56px 0px;
  background: var(--cpap-primary-beige);

  @media only screen and (max-width: 1200px) {
    padding: 17px 0 18px 0;
  }
}

.cpap__product-highlights__list {
  animation-name: cpap-product-highlights-slide-in;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-shrink: 0;
}

.cpap__product-highlights__list-item {
  width: fit-content;
  padding-right: 34px;
  list-style-type: none;
}

.cpap__product-highlights__image-container {
  max-width: 242px;
  padding: 23px 30px;

  @media only screen and (max-width: 1200px) {
    max-width: 140px;
    padding: 15px 15px;
  }
}

.cpap__product-highlights__item-title {
  font-size: 170px;
  line-height: 191.01px;

  @media screen and (max-width: 1200px) {
    font-size: 80px;
    line-height: 80px;
  }

  @media screen and (max-width: 374.98px) {
    font-size: 60px;
    line-height: 60px;
  }
}
