.text-usp-bar-carousel-wrapper {
  background: #D5F0F1;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.text-usp-bar-carousel-wrapper .splide__slide {
  display: flex;
}

.text-usp-bar-carousel-wrapper .slide-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}

.text-usp-bar-carousel-wrapper .icon {
  width: var(--icon-size);
  height: auto;
}