@import url('/css/animate.css');.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo25 h2{font-size:36px;padding-bottom:10px;margin-bottom:30px;background:linear-gradient(90deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;color:transparent;text-align: center;}
#articleInfo25 .item{overflow:hidden;position:relative;padding: 40px 0 40px 30px;display:flex;flex-wrap:wrap;justify-content:space-between;}
#articleInfo25 .item:not(#articleInfo25 .item:last-child):before{content:"";position: absolute;width: 100%;height: 1px;background-color: #e2e2e2;bottom: 0;}
#articleInfo25 .item > div{float:left;width:35%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo25 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo25 .item .photo{overflow:hidden;border-radius:25px;position:relative}
#articleInfo25 .item .photo img{width:100%;height:100%;object-fit:cover;height:320px}
#articleInfo25 .item .info{width:55%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;margin:30px 0}
#articleInfo25 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo25 .item .info h5{font-size: 15px;color: #881a1f;margin: 0 0 30px;}
#articleInfo25 .item .info h3{font-size:20px;margin-bottom: 20px;color: var(--secondary);position:relative}
#articleInfo25 .item .info article{line-height:220%;text-align:justify}
@media screen and (max-width:768px){
	#articleInfo25 .item{padding: 0;}
	#articleInfo25 .item > div,#articleInfo25 .item .info{width:100%}
	#articleInfo25 .item:after{display:none}
	#articleInfo25 .item:before{display:none}
}
@media screen and (max-width:480px){
	#articleInfo25 .item h5{left:10px;top:0px}
	#articleInfo25 .item{padding-left:0}
	#articleInfo25 .item > div,#articleInfo25 .item:nth-child(2n) > div{float:none}
	#articleInfo25 .item .photo{position:relative;margin:0 auto 10px;width:100%;display:block}
	#articleInfo25 .item .info h5,#articleInfo25 .item .info h3,#articleInfo25 .item:nth-child(2n) .info h5,#articleInfo25 .item:nth-child(2n) .info h3{margin:0;padding:10px 2%;width:96%}
}
