.partner-carousel {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.partner-item {
    margin-right: 10px;
}

.partner-item img {
    max-height: 100px; /* Upravte podľa potreby */
}