.news-oism { color: #344d61; font-size: 17px; line-height: 1.75; }
.news-oism h2 { margin: 54px 0 16px; color: #143149; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.14; }
.news-oism h3 { margin: 30px 0 8px; color: #143149; font-size: 21px; line-height: 1.3; }
.news-oism p { margin: 0 0 20px; }
.news-oism__lead { color: #143149; font-size: 20px; line-height: 1.65; }
.news-oism__summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 32px 0 46px; overflow: hidden; border: 1px solid rgba(20, 49, 73, 0.13); border-radius: 14px; }
.news-oism__summary p { display: grid; gap: 8px; min-height: 150px; margin: 0; padding: 24px; align-content: center; }
.news-oism__summary p + p { border-left: 1px solid rgba(20, 49, 73, 0.13); }
.news-oism__summary p:nth-child(1) { color: #168b59; background: #e8f7ef; }
.news-oism__summary p:nth-child(2) { color: #a36d08; background: #fff5d7; }
.news-oism__summary p:nth-child(3) { color: #bd3b36; background: #fff0ee; }
.news-oism__summary strong { font-size: 34px; line-height: 1; }
.news-oism__summary span { color: currentColor; font-size: 14px; font-weight: 700; line-height: 1.45; }
.news-oism blockquote { margin: 36px 0; padding: 24px; border: 1px solid rgba(8, 107, 156, 0.2); border-radius: 14px; color: #143149; background: #edf6fa; }
.news-oism blockquote p { margin: 0; }
.news-oism ol { display: grid; margin: 26px 0 0; padding: 0; counter-reset: news-step; list-style: none; }
.news-oism ol li { position: relative; min-height: 66px; padding: 19px 0 19px 58px; border-top: 1px solid rgba(20, 49, 73, 0.13); counter-increment: news-step; }
.news-oism ol li:last-child { border-bottom: 1px solid rgba(20, 49, 73, 0.13); }
.news-oism ol li::before { content: counter(news-step); position: absolute; top: 16px; left: 0; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: #086b9c; font-weight: 800; }
@media (max-width: 700px) {
  .news-oism { font-size: 16px; }
  .news-oism__lead { font-size: 18px; }
  .news-oism__summary { grid-template-columns: 1fr; }
  .news-oism__summary p { min-height: 112px; }
  .news-oism__summary p + p { border-top: 1px solid rgba(20, 49, 73, 0.13); border-left: 0; }
}
