@import url('/css/animate.css');
.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo7 .item{position:relative;display: grid;grid-template-columns: 40% 55%;align-items: center;justify-content: space-between;}
#articleInfo7 .item > div{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .item:nth-child(2n) > div{float:right}
#articleInfo7 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .item .photo, #articleInfo7 .item .photo *{height:100%}
#articleInfo7 .item .photo img{width:100%;height:100%;object-fit:cover;position:relative}
#articleInfo7 .item .info{margin: 50px 0;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .item .info h5{padding:0 0 10px;font-size: 40px;line-height:110%;color: #3a3b3d;position:relative;font-family: "Tenor Sans", sans-serif;text-transform:uppercase;font-weight:400;word-spacing: 100vw;}
#articleInfo7 .item .info h3{padding: 15px 0;font-size: 32px;color: var(--secondary);font-weight:600;letter-spacing:0.5px;line-height:160%}
#articleInfo7 .item .info h4{padding: 15px 0;font-size: 23px;color: var(--secondary);font-weight: 500;letter-spacing:0.5px;line-height:160%}
#articleInfo7 .item .info article p{position:relative;text-align:justify;width:100%;line-height:200%;letter-spacing:1px;font-size: 17px;}

@media screen and (max-width:768px){
	#articleInfo7 .item .photo img{aspect-ratio:4/3;height: auto;}
	#articleInfo7 .item{grid-template-columns: 1fr;}
	#articleInfo7 .item .photo{position:relative;width:100%;margin-bottom:20px;height: auto;}
	#articleInfo7 .item:nth-child(2n) .photo{right:0}
	#articleInfo7 .item .info{margin:0;width:100%}
	#articleInfo7 .item .info h5,#articleInfo7 .item .info h3{}
	#articleInfo7 .item .info h3{}
	#articleInfo7 .item:nth-child(2n) .info h5,#articleInfo7 .item:nth-child(2n) .info h3{margin:0 auto 0 0}
	#articleInfo7 .item .info h5:before{font-size:130px}
}
@media screen and (max-width:480px){
	#articleInfo7 .item > div,#articleInfo7 .item:nth-child(2n) > div{float:none}
	#articleInfo7 .item .photo:before{border:4px double rgb(255 255 255)}
	#articleInfo7 .item .info h5{font-size:30px;padding:0}
	#articleInfo7 .item .info h5:before{font-size:80px}
}