.strategic-partners .swiper-slide {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo img {
    max-height: 120px;
    width: auto;
    transition: all 0.3s ease;
}

.client-logo img:hover {
    transform: scale(1.05);
}
