.textcarousel-wrap{
    overflow: hidden;
}
.single-slide{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.single-slide p{
    margin: 0;
}
.single-slide svg{
    width: 18px;
    fill: #fff;
    position: relative;
    bottom: -2px;
}
.textcarousel-wrap .swiper, .textcarousel-wrap  .swiper-container {
    overflow: inherit;
}
.textcarousel-wrap .swiper-wrapper{
    transition-timing-function: linear !important;
}
.textcarousel-wrap .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}