.ourPartners{
	overflow: hidden;
}
.ourPartnersBox{
	width:100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ourPartnersTitle{
	width: 90vw;
}

.ourPartnersImages{
	width: 90.6vw;
	display: flex;
	margin-bottom: 6vw;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ourPartnersImagesBox{
	width:12vw;
	height: 8vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ourPartnersTitle{
	margin-top: 6vw;
	margin-bottom: 3vw;
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5vw;
	line-height: 1.3vw;

	text-transform: uppercase;

	color: #182225;
}

.ourPartnersImagesBox img{
	width : 12vw;
}

@media (max-width: 680px) {
	.ourPartnersTitle{
		margin-top: 11vw;
		text-align: center;
		font-size: 4.6vw;
		margin-bottom: 7vw;
	}

	.ourPartnersImages{
		width: 82vw;
	}

	.ourPartnersImagesBox {
		width: 20vw;
		height: 12vw;
	}

	.ourPartnersImagesBox img {
		width: 16vw;
	}

	.DisableOnMobile{
		display: none;
	}
}
