.beforeListTitle{
	font-size:2.5em;
	margin-bottom:0.5em;
}
.loopElementParent li{
	opacity:0;
	transition:all ease 1s;
	transform:translateX(-10em);
}
@media screen and (max-width:1200px){
	.loopElementParent .w30{
		padding:0.5em;
	}
	.loopElementParent .w60{
		width:70%;
	}
	.beforeListTitle{
		font-size:2em;
		margin-bottom:0.5em;
	}
}
@media screen and (max-width:800px){
	.beforeListTitle{
		font-size:0.8em;
	}
}
@media screen and (max-width:700px){
	.loopElementParent article, .loopElementParent ul.w60{
		padding:0;
		width:100%;
		margin:1em 0;
	}
	.beforeListTitle{
		font-size:2.5em;
	}
}