p.toindex{
	margin-top:40px;
}

h2{
	margin-top:15px;
}

.inner{
	width:682px;
}

.beforeafter{
	width:640px;
}

.beforeafter img{
	width:100%;
}

.explanation > div{
	width:47%;
}

.explanation > div:nth-child(even){
	float:left;
}

.explanation > div:nth-child(odd){
	float:right;
}

@media (max-width:767px){

.explanation{
	padding-top:10px;
}

.explanation > div{
	float:none;
	width:100%;
	margin:10px 0;
}

}