.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:grid;justify-content:space-between;grid-template-columns:55% 40%;align-items:center}
#articleInfo7 .photoBox{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{}
#articleInfo7 .info{}
#articleInfo7 .info h3{position:relative;font-size:30px;color:#2c2c2c;margin-bottom:30px}
#articleInfo7 .info p{font-size:17px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;line-height:2.2;text-align:justify}
#articleInfo7 .info article{margin:30px 0 10px 20px;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width:1280px){
	#articleInfo7{display:block}
	#articleInfo7 .info{margin-top:20px}
}
@media screen and (max-width:480px){
	#articleInfo7 .info h3{text-align:left}
	#articleInfo7 .info article{margin-left:0}
}