/* Brands Section */
.brands-section {
	padding: 20px 0;
	background-color: #000;
}
.brands-section .content {
	margin-bottom: 40px;
}
.brands-section .owl-stage {
	display: flex;
	align-items: center;
}
.brands-section .bottom-content {
	margin-top: 40px;
}
.brands-section .image {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}
.brands-section .image img {
	height: 50px;
	width: auto;
	object-fit: contain;
}