.home-position .news-grid{--news-gutter:26px;display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(33.33% - var(--news-gutter)),1fr));gap:var(--news-gutter)}.side-position .news-grid{--news-gutter:10px;display:flex;flex-direction:column;gap:30px}.news-card__text{font-size:14px;line-height:1.7;max-height:120px;overflow:hidden;text-overflow:ellipsis}.news-card__title{margin-bottom:12px}.news-card__subtitle{margin-bottom:calc(var(--news-gutter) * .5)}.news-card__footer{margin-top:var(--news-gutter)}.news-card__link{color:var(--bs-body-color)}.home-position .news-card-image-wrapper{margin-bottom:10px}@media (min-width:992px){.home-position .news-card-image-wrapper{margin-bottom:30px}}@media (max-width:767.98px){.news-card{width:70%;flex-shrink:0;height:auto}.home-position .news-grid{display:flex;overflow-x:scroll;overflow-scrolling:touch;padding-bottom:30px;flex-wrap:nowrap;flex-direction:row;width:auto;margin-top:var(--news-gutter)}}