.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;
}
#articleInfo20 ul {
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#articleInfo20 ul li {
	padding: 20px;
	width: calc((100%/2) - 40px);
	margin: 0px;
	display: inline-block;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

#articleInfo20 ul li h3 {
	font-size: 20px;
	margin-top: 10px;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}

#articleInfo20 ul li p.photo {
}
#articleInfo20 .bottomBox h3 {
	position: relative;
	padding: 0 0 10px;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 0.4px;
	font-size: 28px;
	font-weight: 600;
	color: var(--primary);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
#articleInfo20 .bottomBox p {
	margin: 3px 0 20px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	font-weight: 500;
	font-size: 17px;
	color: var(--info);
	letter-spacing: 2px;
	text-align: center;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}


@media screen and (max-width: 1140px) {

	#articleInfo20 ul li {
		width: calc((100%/2) - 20px);
		padding: 10px;
	}

}
@media screen and (max-width: 480px) {
	#articleInfo20 .bottomBox h3 {
	font-size: 28px;
	}
#articleInfo20 .bottomBox p {
    margin-top: 10px;
    font-size: 15px;
}
}
