.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;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
#articleInfo16 .item > div{width:50%;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}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{width:45%;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-size:60px;font-family:'Archivo Black',sans-serif;line-height:110%;color: #414141;text-transform:capitalize;margin-bottom: 40px;}
#articleInfo16 .item .info h3{padding:15px 0;font-size:22px;color:var(--secondary);letter-spacing:5px}
#articleInfo16 .item .info article{font-size:17px;line-height: 220%;}

@media screen and (max-width:768px){
	#articleInfo16 .item .info h5{font-size: 35px;}
	#articleInfo16 .item .photo{width: 100%;}
	#articleInfo16 .item:nth-child(2n) .photo{order: 0;}
	#articleInfo16 .item .info{margin: 15px 0;width:100%}
}}
@media screen and (max-width:480px){
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .photo{position:relative;margin:0 auto 10px;width:60%;display:block}
	#articleInfo16 .item .info h5,#articleInfo16 .item .info h3,#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0;padding:10px 2%;width:96%}
}