.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 .photoBox{width:50%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{width:100%;height: 100%;object-fit: cover;}
#articleInfo7 .info{width:45%}
#articleInfo7 .info h3{position:relative;margin:15px 0 30px;font-size:24px;color:#454545}
#articleInfo7 .info p{font-size:18px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;line-height:200%}
#articleInfo7 .info article{margin:30px 0 0;line-height:200%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;font-size:18px}

@media screen and (max-width:1024px){
	#articleInfo7{align-items: stretch;}
}
@media screen and (max-width:480px){
	#articleInfo7 .photoBox, #articleInfo7 .info{width:100%;}
	#articleInfo7 .info{margin-top:20px;}
}