div.news-module{align-items:center;display:flex;height:75px;justify-content:center;width:100%}div.news-module img{margin-left:40px}div.news-module h4{color:#fff;margin-bottom:0;margin-inline:25px}div.news-module h3{margin-bottom:0}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:100%;transform:translateY(0)}}@keyframes slideInToBottom{0%{opacity:100%;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}h3.news-message{color:#fff;margin-left:25px}h3.news-message.animate{animation:slideInFromTop 1s ease-out 0s 1}h3.news-message.post-animate{animation:slideInToBottom 1s ease-out 0s 1}@media (max-width:1024px){div.news-module{height:auto}}@media (max-width:767px){div.news-module img{margin-left:25px}}@media (max-width:475px){div.news-module img{margin-left:0}}