@charset "utf-8";
/* CSS Document */
.container {
	max-width: 1920px;
}

.tile {
	max-width: 100px;
	margin: auto;
}
.img-responsive {
	float: left;
	margin: 30px 20px 30px 20px;
}

.text {
	text-align: center;
}

.partners3 .tile {
	max-width: unset;
}

.partners3 .tile span {
	min-height: 40px;
	line-height: 14px;
	text-align: center;
	font-weight: 700;
	width: 100%;
	display: block;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partners3 .img-responsive {
	float: none;
	margin: 10px auto 20px;
	width: 100%;
	max-width: 100px;
}