.maxter-servicebar__viewport {
  overflow: hidden;
}

.maxter-servicebar__track {
  display: flex;
  transition: transform .42s ease;
  will-change: transform;
}

.maxter-servicebar__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.maxter-servicebar-promo__inner {
  justify-content: center;
}

.maxter-servicebar-promo__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.maxter-servicebar-promo__content p {
  margin: 0;
}

.maxter-servicebar-promo__content button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
