div.news-module{height:150px;width:100%}div.news-icon,div.news-module{align-items:center;display:flex}div.news-icon{flex-wrap:nowrap;height:75px}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;padding-bottom:12px;padding-top:12px}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:915px){div.news-module{flex-direction:column;height:320px}h3.news-message{padding-bottom:12px}}