.akb-by-car-brands-slide {
	display: flex !important;
	flex-flow: column !important;
	gap: 10px;

	@include mobile {
		width: 74px !important;
	}
}

.akb-by-car-brands-slide__logo {
	border-radius: 18px;
	background-color: $color-surface;
	background-blend-mode: multiply, normal;
}

.akb-by-car-brands-slide__logo__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
}

.akb-by-car-brands-slide__name {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
