.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{float:left;width:35%;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{overflow:hidden;border-radius:50px}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{margin:0 0 0 5%;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{padding:10px 15px;color:rgb(68 68 68 / 0%);font-size:90px;font-family:'Open Sans',sans-serif;line-height:120%;text-align:end;-webkit-text-stroke:1px #e5e5e5;text-stroke:1.5px #efe4d1;font-weight:900}
#articleInfo16 .item .info h3{padding:15px;font-size:28px;color:#272626;letter-spacing:2px}
#articleInfo16 .item .info article{margin:0 15px;color:#555;line-height:200%;text-align:justify}

@media screen and (max-width:768px){
	#articleInfo16 .item .photo{width:100%;border-radius:20px;height:300px}
	#articleInfo16 .item .photo img{object-position:50% 50%;object-fit:cover;height:100%}
	#articleInfo16 .item:nth-child(2n) .photo{right:0}
	#articleInfo16 .item .info{margin:0;width:100%}
	#articleInfo16 .item .info h3{padding:15px 2%}
	#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0 auto 0 0}
}
@media screen and (max-width:480px){
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .photo{height:200px;}
	#articleInfo16 .item .info h5{font-size: 70px;}
}