.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}
#articleInfo7 .photoBox{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;margin-bottom:40px;border-radius: 8px;overflow: hidden;}
#articleInfo7 .photoBox img{}
#articleInfo7 .info{}
#articleInfo7 .info h3{position:relative;padding:5px 20px;font-size:20px;background:#a1c5db;font-weight:400;color:#fff;text-align:center;border-radius: 5px;}
#articleInfo7 .info >p{font-size:16px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;padding:30px 0}
#articleInfo7 .info article{margin:30px 0 10px 20px;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
table{margin:15px 0;width:100%;border-collapse:collapse}
td,th{padding:10px;border: 1px solid #415b79;}

@media screen and (max-width:640px) {
    table{display:block;overflow-x:auto;white-space:nowrap}
}