.industry-carousel {
    width: 100%;
    position: relative;
    padding: 0px 50px;
}

.industry-carousel .swiper-container{
    --swiper-navigation-size: 30px; 
    --swiper-navigation-sides-offset: -10px; 
    --swiper-navigation-top-offset: 45%;
    --swiper-navigation-color: black; 
    width: 100%;
    overflow: hidden;
}

.industry-carousel .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.industry-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.industry-carousel .img-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-carousel .swiper-slide h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.industry-carousel .swiper-slide a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

/* Mobile */

@media (max-width: 781px) {
    .industry-carousel {
        padding: 0;
    }

    
    .industry-carousel .swiper-button-prev,
    .industry-carousel .swiper-button-next {
        display: none !important;
    }
}
