.clients {
	background: url('../images/clients-bg.jpg') center center/cover no-repeat;
}

.clients .container {
	max-width: 1050px;
}

.clients__items .el path,
.clients__items .el-2 .p,
.clients__items .el-2 .s{
	transition: all 0.3s ease-in-out;
}

.clients__items .el:hover path,
.clients__items .el-2:hover .p{
	fill: #A175FF; 
}

.clients__items .el-2:hover .s{ 
	stroke: #A175FF;
}



@media (max-width: 576px) {
	.clients__items {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
	}
	.clients__items > * {
		text-align: center;
		justify-content: center !important;
	}

}