/* CSS dla bloku logotypy */
.swiper-logotypy {
	background-color: #D9D9D9 !important;
    padding: 3rem 1.5rem;
}


.logo-item {
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1) opacity(0.80) !important;
}