.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;flex-wrap:wrap;justify-content:space-between}
#articleInfo7 .photoBox{width:50%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{}
#articleInfo7 .info{width:45%}
#articleInfo7 .info h3{position:relative;margin-bottom:20px;font-size:35px;color:#595959}
#articleInfo7 .info p{animation-name:fadeInRight;-webkit-animation-name:fadeInRight;color:#666;font-weight:400;font-size:15px;margin-top: 30px;}
#articleInfo7 .info article{margin:30px 0 0;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width:768px){
	#articleInfo7 .photoBox{position:relative;width: 100%;}
	#articleInfo7 .info{position:relative;margin-top: 20px;width: 100%;}
}