.teamSwiper {
    padding-bottom: 50px;
}

.teamSwiper .swiper-slide {
    height: auto;
}

.productSwiper {
    padding-bottom: 60px;
}

.productSwiper .swiper-slide {
    height: auto;
}

.product-card {
    display: block;
    height: 100%;
    text-decoration: none;
}

.product-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-logo img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.testimonialSwiper {
    padding-bottom: 60px;
}

.testimonialSwiper .swiper-slide {
    height: auto;
}

.projectGallerySwiper .swiper-slide {
    text-align: center;
}

.projectGallerySwiper img {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
}