.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo16{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#articleInfo16 .item {
	overflow: hidden;
	position: relative;
	background-color: rgb(199 185 166 / 40%);
	padding: 100px 40px 20px;
	height: 310px;
	width: calc((100% / 2) - 100px);
	margin: 40px 10px;
	border-radius: 60%;
	border-bottom-right-radius: 0%;
	border-bottom-left-radius: 0%;
}
#articleInfo16 .item > div {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo16 .item:nth-child(2n) > div {
	/* float: right; */
}
#articleInfo16 .item:nth-child(2n) .photo {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo16 .item .photo {
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#articleInfo16 .item .photo img {
	width: 100%;
}
#articleInfo16 .item .info {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo16 .item:nth-child(2n) .info {
	/* animation-name: fadeInLeft; */
	/* -webkit-animation-name: fadeInLeft; */
}
#articleInfo16 .item .info h5 {
	padding: 10px 0;
	border-bottom: 1px rgb(150 125 94 / 42%) solid;
	font-size: 24px;
	color: #967d5e;
	letter-spacing: 1px;
	text-align: center;
}
#articleInfo16 .item .info h3 {
	padding: 15px;
	font-size: 20px;
	color: #87623e;
}
#articleInfo16 .item .info article {
	margin: 40px 0 10px 0;
}
@media screen and (min-width: 1281px){
#articleInfo16{
    padding: 0 130px;
}
    #articleInfo16 .item {
	overflow: hidden;
	position: relative;
	background-color: rgb(199 185 166 / 40%);
	padding: 100px 40px 20px;
	height: 310px;
	width: calc((100% / 2) - 100px);
	margin: 40px 10px;
	border-radius: 60%;
	border-bottom-right-radius: 0%;
	border-bottom-left-radius: 0%;
}
}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 768px) {
#articleInfo16 .item{
    width: calc((100% / 1) - 100px);
    height: auto;
    margin: 20px 10px;
}
}
@media screen and (max-width: 480px) {

}
