.news__main {
  margin-top: 68px;
}

.all__news__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
}

.news__main .h2 {
  font-size: var(--h2-font-size);
  line-height: 140%;
  color: var(--main-accent4);
  font-weight: 600;
  margin-bottom: 0;
}

.news__list {
  margin-top: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.news__list .news__image {
  height: 186px;
  object-fit: cover;
}

.news__list .news__date {
  padding: 0 15px;
}