.block_hero_news_wrapper {
  display: grid;
  /* grid-template-columns: 65% 1fr; */
  grid-template-columns: 1fr;
  /* column-gap: 10px; */
  gap: 15px;
}

.hero_news_link {
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
}

.hero_news_link:hover {
  color: rgb(251, 76, 53);
}

.hero_news_wrap_img {
  height: auto;
}

.d_p_n {
  display: none;
}

.m_b_0 {
  margin-bottom: 0;
}

.block_hero_news_info {
  position: absolute;
  transition: ease 0.5s;
  width: 100%;
  /* bottom: -45px; */
  bottom: 0;
}

.hero_news_left_info_title {
  /* font-size: 35px; */
  font-size: 16px;
  font-weight: 600;
}

.hero_news_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.hero_news_item {
  /* margin-bottom: 10px; */
}

.hero_news_item_wrap_img {
  height: auto;
}

.hero_news_item:last-child {
  margin-bottom: 0;
}

.hero_news_item_wrap_img {
  height: auto;
}

@media screen and (min-width: 576px) {
  .block_hero_news_wrapper {
    gap: 20px;
  }

  .hero_news_list {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .hero_news_left_info_title {
    font-size: 18px;
  }

  .hero_news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .block_hero_news_wrapper {
    grid-template-columns: 65% 1fr;
    gap: 10px;
  }

  .hero_news_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero_news_wrap_img {
    height: 550px;
  }

  .hero_news_item_wrap_img {
    height: 270px;
  }
}

@media screen and (min-width: 1200px) {
  .hero_news_left_info_title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .hero_news_left_info_title {
    font-size: 35px;
  }
}
