/* .brands {
	margin-top: -22px;
} */
.brand-card {
	background-color: var(--brand-card-background);
	border-radius: 5px;
}
.brand-card .brand-head {
	height: 63px;
	padding: 0 20px;
}

.brand-card .brand-head img {
    max-width: 143px;
    width: 100%;
}

.brand-head .button-arrow {
	width: 30px;
	height: 30px;
	box-shadow: 0px 0px 25px -6px rgb(0, 0, 0, 0.7);
}
.brand-head .arrow {
	width: 7px;
	height: 7px;
}
.brand-head .next-arrow {
	margin-right: 3px;
}