.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;align-items:center;}
#articleInfo7:after{content:'';background:#f1f1f1;width:80%;height:120%;position:absolute;z-index:-1;right:0}
#articleInfo7 .photoBox{width:50%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .info{width:40%;margin-right:3%}
#articleInfo7 .info h3{position:relative;margin:0 0 30px;font-size:35px;letter-spacing:2px}
#articleInfo7 .info p{font-size:17px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .info article{margin:30px 0 0 0;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width:768px){
	#articleInfo7:after{display: none;}
	#articleInfo7 .photoBox{width: 100%;}
	#articleInfo7 .info{width: 100%;margin-top: 10px;}
}