.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
.delay3{animation-delay:1.5s;-webkit-animation-delay:1.5s}
#articleInfo12{overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
#articleInfo12 .row{width:40%;margin:0}
#articleInfo12 .row h3{font-size:22px;color:#363637;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;line-height:170%;letter-spacing:5px;font-weight:400}
#articleInfo12 .row article{margin-top:30px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;line-height:200%;text-align:justify}
#articleInfo12 .row h4{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;font-weight:300;font-size:60px;font-family:'Oswald',sans-serif;text-transform:uppercase;color:#202020;line-height:130%}
#articleInfo12 .row:nth-child(2){width:55%;order:-1}
#articleInfo12 .row .topBox{overflow:hidden}
#articleInfo12 .row p{margin:0 2% 0 0;float:left;width:48%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo12 .row p:nth-child(2){margin:0 0 0 2%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo12 .row img{}
#articleInfo12 .row .downBox{animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width:1024px){
	#articleInfo12 .row,#articleInfo12 .row:nth-child(2){margin-bottom: 20px;width:100%}
}
@media screen and (max-width:640px){
	#articleInfo12 .row h4{font-size:40px;}
}