.wow{animation-name:fadeInDown;-webkit-animation-name:fadeInDown;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo7{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;}
#articleInfo7 .photoBox{width:50%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{height: 100%;object-fit: cover;}
#articleInfo7 .info{width:45%}
#articleInfo7 .info h3{position:relative;margin-bottom:15px;font-size:23px;font-weight:500;letter-spacing:2px}
#articleInfo7 .info h4{position:relative;margin-bottom: 0;font-size: 16px;font-weight: 400;color: var(--secondary);}
#articleInfo7 .info p{animation-name:fadeInRight;-webkit-animation-name:fadeInRight;margin: 0 0 20px;line-height: 190%;font-size: 15px;font-weight: 300;}
#articleInfo7 .info article{margin:30px 0 10px 20px;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
#articleInfo7 .info .map iframe{height: 300px;}

@media screen and (max-width:768px){
	#articleInfo7{display: block;}
	#articleInfo7 .photoBox{width: 100%;margin-bottom: 20px;}
	#articleInfo7 .info{width: 100%;}
	#articleInfo7 .photoBox img{height:auto}
}