#customers-block .owl-nav {
    display: none;
}

#customers-block .customers-item {
    padding: 0px 20px 5px 20px;
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 180px; /* Set minimum height for vertical centering */
}

#customers-block img {
    max-height: 180px;
    max-width: auto;
    margin: auto;
}
