/**
 * Home page swiper ticker styles.
 */

.home-page .swiper {
    width: fit-content;
    height: 40px;
}

.home-page .swiper-slide {
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: fit-content;
}
