.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16 .item{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between}
#articleInfo16 .item > div{width:45%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item:nth-child(2n) > div{float:right}
#articleInfo16 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item .photo{position:relative}
#articleInfo16 .item .photo:after{content:'';width:100%;height:100%;position:absolute;top:-15px;left:15px;border:1px solid #eee;z-index:-1}
#articleInfo16 .item .photo img{width:100%;height:100%;object-fit:cover}
#articleInfo16 .item .info{width: 48%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;margin:50px 0}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h5{color:var(--primary);font-weight:100;font-size:36px;font-family:'Arsenal',sans-serif;line-height:120%}
#articleInfo16 .item .info h3{padding-left:30px;font-size:20px;color:#222;position:relative;font-weight:400;letter-spacing:2px}
#articleInfo16 .item .info h3:before{content:'';position:absolute;left:0;top:50%;z-index:1;width:20px;height:1px;margin-top:-0.5px;background-color:#043248}
#articleInfo16 .item .info article{margin-top:40px;line-height:200%}
#articleInfo16 .item .info ol{padding-left:30px;margin-top: 30px;}
#articleInfo16 .item .info li{list-style: disc;}

@media screen and (max-width:1024px){
	#articleInfo16 .item .photo:after{top: 15px;}
	#articleInfo16 .item .photo{width: 100%;margin-bottom: 20px;}
	#articleInfo16 .item:nth-child(2n) .photo{right:0}
	#articleInfo16 .item .info{margin:0;width:100%}
}