@charset "UTF-8";

.customerTitle{
	font-size:2.0rem;
	font-weight:700;
	text-align:center;
}
.customerWrapper > section{
	flex-wrap: wrap;
}

.customerWrapper > section:last-child > section{
	opacity: 0;
}

.partnersLogo{
	display:flex;
	justify-content: center;
	margin:20px 0;
}
.partners{
	width:140px;
	margin: 0 20px;
	border:1px solid #eeeeee;
	border-radius: 25%;
}
.partners > img{
	width:100%;
	border-radius: 25%;
}