.owl-carousel .owl-item img {
    max-width: 300px; /* Adjust this value based on your desired size */
    width: 100%; /* Ensure images are responsive */
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
}
