.topic-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 5px 2px rgba(103, 103, 103, 0.5);
    -moz-box-shadow: 0 0 5px 2px rgba(103, 103, 103, 0.5);
    box-shadow: 0 0 5px 2px rgba(103, 103, 103, 0.5);
}

.topic-pickup {
    color: #000;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.topic-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.topic-swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.topic-swiper .swiper-pagination-bullet {
    margin: 0 4px;
}

.topic-swiper .swiper-pagination-bullet-active {
    background: #676767 !important;
}

.topic-swiper .swiper-button-disabled {
    /*display: none;*/
}

.topic-swiper .swiper-button-next,
.topic-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none !important;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.topic-swiper .swiper-button-next:after,
.topic-swiper .swiper-button-prev:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

.topic-swiper .swiper-button-next:after {
    border: 2px solid #323232;
    border-radius: 2px 0 2px 0;
    transform: translateX(-2px) rotate(45deg);
    border-bottom: 0;
    border-left: 0;
}

.topic-swiper .swiper-button-prev:after {
    border: 2px solid #323232;
    border-radius: 0 2px 0 2px;
    transform: translateX(2px) rotate(-45deg);
    border-bottom: 0;
    border-right: 0;
}

.topic-carousel {
    padding-bottom: 20px;
    overflow: visible !important;
    width: 120%;
}

.topic-carousel img {
    opacity: 1 !important;
}

.topic-carousel .swiper-slide {
    background-color: transparent !important;
}

.topic-carousel-title {
    text-align: left;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0;
    color: #000000;
    margin-top: 6px;
    max-height: 38px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 5px;
}

@media screen and (min-width: 768px) {
    .topic-banner {
        display: none !important;
    }
}