.mainSections h3 {font-size: 1.4rem;}
.mainSections ul.customerVoice{
	line-height: 2.2rem;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
}
.mainSections .customerVoice li{
	font-weight: bold;
	width: 570px;
	display: flex;
	flex-direction: column;
}
.mainSections .customerVoice li img{
	width: 100%;
	margin-bottom: 10px;
}
.mainSections .customerVoice li p{
	flex-grow: 1;
}
.mainSections .customerVoice div{
	background-color: #f3f5f7;
	padding: 20px;
	margin-top: 10px;
	font-weight: normal;
	flex-grow: 1;
}

#event.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}