.banners-container {
display: flex;
flex-wrap: nowrap;
gap: 10px; /* чуть уменьшил промежутки */
align-items: center;
justify-content: center;
padding: 15px;
overflow-x: auto;
}
.uzerBanner {
width: 150px; /* чуть уменьшил ширину */
height: 35px; /* уменьшил высоту */...