.wow{animation-name:fadeInDown;-webkit-animation-name:fadeInDown;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo7{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
#articleInfo7 .photoBox{width:30%;left:0;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .info{width:60%}
#articleInfo7 .info h3{position:relative;padding:0 0 10px;font-size:44px;line-height: 120%;}
#articleInfo7 .info p{font-size:18px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .info article{padding: 15px;line-height:180%;background:#f3f3f3;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;margin:15px 0}

@media screen and (max-width:1280px){
	#articleInfo7 .info h3{font-size:30px;}
}
@media screen and (max-width:1024px){
	#articleInfo7 .photoBox{width: 40%;}
	#articleInfo7 .info{width: 55%;}
}
@media screen and (max-width:768px){
	#articleInfo7{}
	#articleInfo7 .photoBox{position:relative;width: 100%;}
	#articleInfo7 .info{position:relative;margin-top: 40px;background:none;width: 100%;}
	#articleInfo7 .info h3{left:0;}
}
@media screen and (max-width:480px){
	#articleInfo7 .info{margin-top:0;}
	#articleInfo7 .info h3{padding:20px 0;text-align:left}
	#articleInfo7 .info article{margin-left:0}
}