.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:flex-end;overflow:hidden}
#articleInfo7 .photoBox{width:50%;position:absolute;height:100%;left:0;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{width:100%;height:100%;object-fit:cover}
#articleInfo7 .info{width:40%;margin:80px 0}
#articleInfo7 .info h3{position:relative;margin-bottom:30px;font-size:30px}
#articleInfo7 .info p{font-size:18px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;text-align:justify;line-height:200%}
#articleInfo7 .info article{margin:30px 0 10px 20px;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width:768px){
	#articleInfo7{display: block;}
	#articleInfo7 .photoBox{width: 100%;height: auto;position: relative;}
	#articleInfo7 .info{position:relative;margin-top: 20px;width: 100%;}
}
@media screen and (max-width:640px){
	#articleInfo7 .photoBox{height: 300px;}
}