.brand-slider {
	width: 100%;
	text-align: center;
	position: relative;
}

.brand-slider .subtitle {
	margin-bottom: 40px;
}

.brand-slider-slide {
	width: 180px;
	display: flex !important;
	height: 30px;
	align-items: center;
	justify-content: center;
}

.brand-slider .swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: linear;
}

.brand-slider-slide img {
	max-height: 30px;
	width: auto;
}

.brand-slider-inner {
	position: relative;
	overflow: hidden;
}

.brand-slider-inner:before,
.brand-slider-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 157px;
	z-index: 2;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-slider-inner:after {
	left: auto;
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-blue .brand-slider .subtitle {
	color: var(--color-info);
}

.bg-blue .brand-slider-inner:before {
	background: linear-gradient(to right, rgba(4, 16, 87, 1) 0%, rgba(4, 16, 87, 0) 100%);
}

.bg-blue .brand-slider-inner:after {
	background: linear-gradient(to right, rgba(4, 16, 87, 0) 0%, rgba(4, 16, 87, 1) 100%);
}

.bg-light .brand-slider-inner:before {
	background: linear-gradient(to right, rgba(245, 246, 249, 1) 0%, rgba(245, 246, 249, 0) 100%);
}

.bg-light .brand-slider-inner:after {
	background: linear-gradient(to right, rgba(245, 246, 249, 0) 0%, rgba(245, 246, 249, 1) 100%);
}

@media screen and (min-width: 768px) {
	.brand-slider .subtitle {
		margin-bottom: 80px;
	}
}
