.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16{
    padding: 20px 0 20px 0;
}
#articleInfo16 .item{overflow:hidden;position:relative;/* margin: 70px 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: 'Poppins',sans-serif;font-size: 60px;text-transform: uppercase;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: 600;}
#articleInfo16 .item .info h3{font-weight:500;font-size: 28px;color: #172a88;display:block;margin-top: 20px;}
#articleInfo16 .item .info article{margin-top: 20px;line-height: 190%;}

@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%}

	#articleInfo16 .item .info h5{font-size: 32px;}
	#articleInfo16 .item .info h3{font-size: 22px;margin-top: 10px;}
#articleInfo16{
    padding: 0 0 20px 0;
}
	
#articleInfo16 .item .photo img{
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

}