/* Ported from industries.module/module.css */
.industryNamesSwiper {
    width: 100%;
}
.industryNamesSwiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
.industryNamesSwiper .swiper-slide {
    cursor: pointer;
    color: #161819;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.industrySwiper {
    width: 100%;
}
.industrySwiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.industrySwiper img {
    width: 33%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .industryNamesSwiper .swiper-slide {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    .industrySwiper .swiper-slide {
        flex-direction: row;
    }
    .industrySwiper img {
        width: 33.333%;
    }
} 

.swiper-slide-active.button--text::after {
    background-color: #E3EF5C;
}

.industryNamesSwiper .button--text{
    text-decoration-line: none;}