.textCarousel_wrapper {
    background: #ffcc00;
    min-height: 52px;
    padding: 20px 0;
}
.textCarousel_wrapper .text-carousel {
    max-width: 1024px;
    margin: 0 auto;   
}
.textCarousel_wrapper .splide__track {
    width: 100%;
    margin: 0 auto;
}
.textCarousel_wrapper .splide__track .splide__list {
    height: unset;
}
.text-carousel .splide__slide {
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    color: #111;
}
.text-carousel .splide__slide a {
    color: #111;
    font-weight: bold;
    text-decoration: underline;
}

.text-carousel .splide__arrow {
    background-color: transparent;
    transform-origin: center;
    transform: scale(1.2) translateY(-10px);
}

.text-carousel .splide__arrow svg polyline {
    stroke: #000;
}

@media (max-width: 1024px) {
    .textCarousel_wrapper .splide__track {
        width: 80%;
    }
}
@media (max-width: 800px) {
    .textCarousel_wrapper .splide__track {
        width: 65%;
    }
}
@media (max-width: 360px) {
    .textCarousel_wrapper .splide__track {
        width: 55%;
    }
}