section.partners
{
	article
	{
		margin: 0 auto 60px auto;
		max-width: 760px;
		text-align: center;
	}
	
	div.partner-wrapper
	{
		max-width: 1440px;
		
		.swiper-wrapper
		{
			justify-content: center;
			align-items: center;
			
			.swiper-slide
			{
				display: flex;
				justify-content: center;
				align-items: center;
				img
				{
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: center;
				}
			}
		}
	}
}

@media ( width < 900px )
{
	section.partners
	{
		article
		{
			padding: 0 1rem;
		}
	}
}