.news{box-sizing:border-box;margin:0 auto;padding:0 32px;opacity:0;animation:showUp 1.2s cubic-bezier(.21,.42,.23,1) forwards}.news_wrapper{max-width:1440px;margin:0 auto;display:flex;gap:24px}.news_menu{width:20%}.news_list{width:100%}.news_title{margin-bottom:8px;display:flex;align-items:center;gap:8px}.news_title_prefix{font-weight:700}.news_title_text{font-size:40px;font-weight:500;line-height:1}@media screen and (max-width:900px){.news_wrapper{flex-direction:column;gap:28px}.news_menu{width:100%}}@media screen and (max-width:640px){.news{padding:0 24px}}