.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;margin-bottom:30px;font-weight:500;font-size:35px;background:linear-gradient(400deg,var(--secondary),var(--primary));-webkit-background-clip:text;color:transparent;display:inline-block}
#articleInfo7 .info p{font-size:17px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;text-align:justify;line-height:240%}
#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 .photoBox{width:100%}
	#articleInfo7 .info{position:relative;margin-top:10px;width:100%}
	#articleInfo7 .info h3{left:0;text-align:right}
}