.lp-page .news {
  min-height: 650px;
  padding: 80px 0;
  background: #fff;
}
.lp-page .news-list { margin: 70px auto 0; width: min(1030px, 100%); border-top: 1px solid #d8e2f0; }
.lp-page .news-list .news-item { min-height: 92px; display: grid; grid-template-columns: 120px 120px 1fr; align-items: center; border-bottom: 1px solid #d8e2f0; color: inherit; font-size: 16px; text-decoration: none; cursor: pointer; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.lp-page .news-list .news-item:hover,
.lp-page .news-list .news-item:focus-visible { z-index: 1; transform: translateY(-4px); box-shadow: 0 10px 24px rgba(22, 75, 127, .12); }
.lp-page .news-list time { color: var(--blue3); font-family: Poppins, sans-serif; font-weight: 600; }
.lp-page .news-list span { width: max-content; min-width: 78px; height: 23px; display: grid; place-items: center; padding: 0 12px; border-radius: 999px; background: #edf3fa; color: #7298c7; font-size: 13px; font-weight: 700; }
.lp-page .news-list p { margin: 0; }
