.tabs-anda .swiper-slide {
    background-color: #f5f5f7;
}

.swiper_nav_tab-thumb .swiper-wrapper,
.tabs-anda ul {
    align-items: center;
    justify-content: start;
    font-size: var(--fs-14);
    color: var(--quaternary-color);
    padding: 0;
    margin: 0 0 32px 0 !important;
}

.swiper_nav_tab-thumb .swiper-wrapper .swiper-slide,
.tabs-anda ul button {
    color: var(--quaternary-color);
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: center;
    cursor: pointer;
}

.swiper_nav_tab-thumb .swiper-wrapper .swiper-slide-thumb-active,
.swiper_nav_tab-thumb .swiper-wrapper .swiper-slide:hover,
.tabs-anda ul button.active,
.tabs-anda ul button:hover {
    background: transparent !important;
    color: var(--secondary-color) !important;
}

.tabs-anda .featured-person {
    text-align: center;
    margin-bottom: 32px;
}

.tabs-anda .featured-person img {
    margin-bottom: 16px;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.tabs-anda h2 {
    font-size: var(--fs-24);
    color: var(--primary-color);
    font-weight: 600;
}


@media (max-width: 768px) {

    .swiper_nav_tab-thumb .swiper-wrapper,
    .tabs-anda ul {
        justify-content: flex-start;
    }
}