.news-page__aside-content {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-page__aside-img {
  display: block;
  width: 300px;
  height: auto;
  border-radius: 10px;
}

.news-page__aside-img--tg {
  height: 185px;
  object-fit: cover;
}

.news-page__aside-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.news-page__aside-text {
  font-size: var(--font-size-base);
  color: var(--color-gray-400);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
}

@media (max-width: 1024px) {
  .news-page__aside {
    display: none;
  }
}
