.news-wrapper{display:flex;gap:32px;flex-wrap:wrap}.news-wrapper .news-box{flex:1 1 calc(25% - 32px);background-color:#fff;display:block;padding:14px 14px 50px 14px;-webkit-transition:all .25s ease !important;transition:all .25s ease !important;position:relative;border-radius:4px}.news-wrapper .news-box::after{content:"";width:24px;height:24px;position:absolute;right:14px;bottom:14px;background:url("../images/svg/arrow-news.svg") no-repeat center center}.news-wrapper .news-box:hover{background-color:#dfe5eb}.news-wrapper .news-box h3{font-size:24px;font-weight:500;line-height:normal;color:#002a5a;min-height:2.7em}.news-wrapper .news-box img{width:100%;height:210px;object-fit:cover;display:block;border-radius:4px;margin-bottom:18px}.news-wrapper .news-box p{margin-top:18px}