* { -webkit-box-sizing: border-box; box-sizing: border-box; }

.news-box { color: #2B5DA8; font-family: 'Montserrat', sans-serif; margin: 0; padding: 0; margin: 50px 0; }
.news-box h2 { font-size: 20px; font-weight: 800; line-height: 150%; margin: 0; padding: 0; }
.news-box h3 { font-size: 15px; font-weight: 800; line-height: 150%; margin: 0; padding: 0; margin-bottom: 15px; }
.news-box p { font-size: 15px; font-weight: 600; line-height: 150%; margin: 0; padding: 0; }
.news-box .head img { display: none; }
.news-box .box { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 40px; position: relative; }
.news-box .box img { height: 56px; margin-right: 25px; width: 56px; }
.news-box .box::after { background: #FECC00; content: ''; height: 2px; position: absolute; width: 100%; bottom: -20px; }

.wrapper .download-btn { background: #FECC00; color: #000; display: block; width: -webkit-max-content; width: -moz-max-content; width: max-content; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; line-height: 150%; padding: 15px 30px; border-radius: 15px; text-decoration: none; }
.wrapper .download-btn:hover { background: #f0c100; color: #000; text-decoration: none; }
.wrapper .download-btn:active { background: #f0ad00; }

@media (min-width: 1024px) { .news-box h2 { margin: 0 auto 20px; max-width: 900px; text-align: center; }
  .news-box .box-block { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: grid; gap: 50px; grid-template-columns: repeat(3, 1fr); }
  .news-box .box { margin-top: 0; }
  .news-box .box::after { bottom: -28px; }
  .news-box .box + .box { margin-top: 50px; } }
