.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{-webkit-box-shadow:0 7px 27px #464646;-moz-box-shadow:0 7px 27px #464646;-ms-box-shadow:0 7px 27px #464646;box-shadow:0 7px 27px #464646;-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;transition:opacity 0.35s,transform 0.35s}
#articleInfo7 .photoBox:hover img{opacity:0.7;-webkit-transform:scale(0.98);transform:scale(0.98)}
#articleInfo7 .info{width:45%}
#articleInfo7 .info h3{position:relative;margin-bottom:15px;font-size:23px;font-weight:500;letter-spacing:2px}
#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{animation-name:fadeInRight;-webkit-animation-name:fadeInRight;margin:20px 0;line-height:220%}
#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%;margin-bottom: 20px;}
	#articleInfo7 .info{width: 100%;}
}