@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: 45% 50%;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{overflow:hidden;height: 100%;}
#articleInfo7 .item .photo img{width:100%;height:100%;object-fit:cover;position:relative}
#articleInfo7 .item .info{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: 65px;font-family: "Kanit", sans-serif;color: #403f45;font-weight: 600;position: relative;line-height: 1.2;text-transform: uppercase;}
#articleInfo7 .item .info h3{padding:5px 0 20px 0;font-size:26px;color: var(--complement);font-weight:600;letter-spacing:0.5px;line-height:160%}
#articleInfo7 .item .info article p{position:relative;width:100%;margin-top:20px;line-height: 220%;padding-bottom:15px}
#articleInfo7 .titleTT {position: relative;border-bottom: 1px dashed #ccc;font-size: 26px;font-weight: 700;letter-spacing: 0.5px;line-height: 1.5;margin-bottom: 20px;padding: 18px 0;margin-top: 30px;}
#articleInfo7 .titleTT::after{content:"";position:absolute;width: 4%;height:2px;background-color: var(--primary);bottom: -1px;left:0;z-index:2;}


@media screen and (max-width:768px){
	#articleInfo7 .item{display:block;}
	#articleInfo7 .item .photo{position:relative;width:100%;margin-bottom:20px}
	#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}
}