@media only screen and (max-width: 1024px) {
    #organizator-mobile {
        display: block;
    }    
    #organizator-desktop {
        display: none;
    }    
}

@media only screen and (min-width: 1025px) {
    #organizator-mobile {
        display: none;
    }    
    #organizator-desktop {
        display: block;
    }    
}

#organizator-mobile {
    padding: 5rem 3rem;
}

#organizator-desktop {
    padding: 5rem 0;
}

#patrons-carousel {
    max-height: 100px;
}

#patrons-carousel-mobile {
    max-height: 100px;
}

#partners-carousel {
    max-height: 100px;
}

.slick-track {
    display: flex;
}

.slick-slide img {
    max-height: 100px;
    margin: 0 auto;
}

