.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;
}
#articleInfo12 .row {
	margin: 0;
}
#articleInfo12 .row h3 {
	font-size: 30px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	line-height: 170%;
	background: linear-gradient(90deg,var(--primary),var(--secondary));
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
}
#articleInfo12 .row article {
	margin: 15px 0;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	line-height: 220%;
}
#articleInfo12 .row h4 {
	margin: 30px 0 15px;
	font-size: 20px;
	color: #363738;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#articleInfo12 .row h4:after{content:'';display: block;background: #dfdfdf;width: calc(100% - 100px);height: 1px;}
#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: 10px 0;}
#articleInfo12 .row .downBox {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@media screen and (max-width: 768px) {
	#articleInfo12 .row ,
	#articleInfo12 .row:nth-child(2) {
		margin-bottom: 15px;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#articleInfo12 .row h3 {
		font-size: 35px;
	}
}