.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:grid;grid-template-columns: 43% 50%;justify-content:space-between;align-items:center}
#articleInfo7 .photoBox{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{object-fit:cover;aspect-ratio:1/1;border-radius:50%}
#articleInfo7 .photoBox:hover img{opacity:0.7;-webkit-transform:scale(0.98);transform:scale(0.98)}
#articleInfo7 .info{margin:30px 0}
#articleInfo7 .info h3{letter-spacing:.1rem;font-style:unset;line-height:1.2;display:block;font-weight:300;font-family:"Russo One",serif;background:linear-gradient(to right,var(--secondary),var(--thirdly));background-clip:text;-webkit-background-clip:text;color:transparent;font-size:50px;text-transform:uppercase;margin-bottom:20px}
#articleInfo7 .info p{font-size:16px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;line-height:2}
#articleInfo7 .info article{line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;font-size:16px;letter-spacing:0;font-weight:300;color:#d6d6d6;margin-top:20px;line-height:2}

@media screen and (max-width:768px){
	#articleInfo7{grid-template-columns:1fr;}
}
@media screen and (max-width:480px){
}