.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;justify-content:space-between;flex-wrap:wrap}
#articleInfo12 .row{float:left;width:30%;margin:0}
#articleInfo12 .row h3{font-size:40px;color:#001e61;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;line-height:170%}
#articleInfo12 .row h3:after{margin-bottom:30px;width:100px;height:5px;background:#fa1e37;display:block;content:"";-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
#articleInfo12 .row h3:hover:after{width:95%}
#articleInfo12 .row article{margin:10px 10% 0 0;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;line-height: 200%;}
#articleInfo12 .row article a{vertical-align: baseline;}
#articleInfo12 .row h4{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;padding: 0 0 20px;color: var(--primary);font-weight: 300;font-size: 45px;font-family: 'Prosto One',cursive;line-height: 130%;text-transform: uppercase;}
#articleInfo12 .row:nth-child(2){width:70%}
#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{margin:20px 0;-webkit-box-shadow:0 0 12px #5d5d5d;-moz-box-shadow:0 0 12px #5d5d5d;box-shadow:0 0 12px #5d5d5d}
#articleInfo12 .row img:hover{transform:scale(0.9)}
#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: 35px;width:100%}
	#articleInfo12 .row article{margin-right:0;}
}
@media screen and (max-width:480px){
	#articleInfo12 .row h3{font-size:35px}
}