.swiper-container {
	height: 175px;
	width: 100%;
}

.swiper-slide {
	text-align: center;
	transition: all 1s ease;
	opacity: 0.5;
}

.swiper-slide-next + li {
	transition: all 1s ease;
	opacity: 1;
}

@media all and (max-width: 1240px) {
	.swiper-slide {
		opacity: 1;
	}
}
.swiper-slide{
    max-width: 200px !important;
}
.brands{
	background: #060912;
max-width: 1284px;
width: 100%;
height: 270px;
margin: 0 auto;
display: block;
border-radius: 16px;
padding: 20px 60px;
border-radius: 16px;
background: #060812;
backdrop-filter: blur(16px);
}
.brands h3{
	font-family: "Poppins", sans-serif;
font-weight: 700;
font-weight: Bold;
font-size: 36px;
line-height: 52px;
letter-spacing: 0px;
text-align: center;

}

.brands__slider  {
.swiper-wrapper{
	align-items: center;
	img{
		display: block;
		margin: 0 auto;
	}
}
}
.brands__title{
	margin-bottom: 40px;
}

@media (max-width:768px){
.brands h3{
	font-size: 20px;
}
.brands{
	padding: unset;
}
.swiper-slide{
	margin: unset !important;
}
}