announcement-component .splide__slide {
  justify-items: center;
}

@media only screen and (min-width: 1008px) {
  announcement-component .splide__slide:first-child {
    justify-items: start;
  }

  announcement-component .splide__slide:last-child {
    justify-items: end;
  }
}
