.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 .info{width:45%}
#articleInfo7 .info h3{position:relative;padding:40px 0;font-size:44px;left:-20%;color:#fff;text-shadow:1px 1px 7px #000000}
#articleInfo7 .info:hover h3{animation:animatedIcon 1s;-webkit-animation:animatedIcon 1s infinite linear;-moz-animation:animatedIcon 1s infinite linear;-ms-animation:animatedIcon 1s infinite linear;-o-animation:animatedIcon 1s infinite linear}
#articleInfo7 .info p{font-size:17px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .info article{margin:20px 0;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;font-size:17px}

@media screen and (max-width:1024px){
	#articleInfo7{align-items: stretch;}
	#articleInfo7 .photoBox img{height:100%;object-fit: cover;}
	#articleInfo7 .info{margin:20px 0;}
}
@media screen and (max-width:768px){
	#articleInfo7 .photoBox{width:100%;}
	#articleInfo7 .info{width:100%;margin-bottom: 0;}
	#articleInfo7 .info article{margin-bottom:0;}
	#articleInfo7 .photoBox img{height:auto;}
}