.brand-image {
width: 150px; /* Fixed width for uniformity */
height: 120px; /* Fixed height for uniformity */
object-fit: contain; /* Scale image to fit without distortion */
display: block;
margin: 0 auto; /* Center images in the slider */
}
/* Ensure Owl Carousel items are centered and have consistent padding */
.owl-carousel .item {
text-align: center;
padding: 12px;
}
1