.brands-table-img {
    width: 200px !important;
	height: 175px !important;
    object-fit: contain;
}

.carouselImg {
    width: 300px !important;
	height: 250px !important;
	object-fit: contain;
}

.owl-stage {
	display: flex !important;
	align-items: center !important;
}

.item {
	display: flex !important;
	justify-content: center !important;
}

@media (max-width: 990px) {
	.carouselImg {
		width: 90% !important;
		height: 175px !important;
	}
}