.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16 .item{overflow:hidden;position:relative;margin:50px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
#articleInfo16 .item > div{float:left;width:35%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight;order:2}
#articleInfo16 .item .photo{overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{width:60%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h5{font-family: 'Outfit', sans-serif;font-size: 110px;color:white;text-shadow:1px 0 0 #d9d9d9,0 1px 0 #d9d9d9,-1px 0 0 #d9d9d9,0 -1px 0 #d9d9d9;line-height:100%;font-weight:400;text-transform:capitalize}
#articleInfo16 .item .info h3{display:block;margin-left:45px;margin-top:-40px;font-size: 2vw;color: #1a1a1a;font-weight: 500;}
#articleInfo16 .item .info article{margin-top:30px;line-height:220%}

@media screen and (max-width:1024px){
	#articleInfo16 .item .info h5{font-size: 80px;}
}
@media screen and (max-width:768px){
	#articleInfo16 .item .photo{width: 100%;margin-bottom: 20px;}
	#articleInfo16 .item:nth-child(2n) .photo{order: 0;}
	#articleInfo16 .item .info{margin:0;width:100%}
}
@media screen and (max-width:640px){
	#articleInfo16 .item .info h5{font-size: 60px;}
	#articleInfo16 .item .info h3{margin-top: -30px;margin-left: 20px;font-size: 28px;}
}