.text_ticker__wrapper .splide__slide{
  align-items:center;
  display:flex;
  gap:var(--spacing-xs);
  justify-items:center;
}

.text_ticker__wrapper .splide__slide:hover{
  cursor:default;
}

.text_ticker__content{
  align-items:center;
  display:flex;
  justify-content:center;
  text-transform:uppercase;
}

.text_ticker__content img{
  width:auto;
}

.text_ticker__content p{
  line-height:var(--text-size);
  margin-bottom:0;
}

.text_ticker--background{
  background:var(--background-image);
  background-position:50%;
}

.text_ticker--title{
  font-size:var(--text-size);
}
