.home_news_wrapper {
  /* display: flex; */
  /* margin-bottom: 15px; */
  margin-bottom: 16px;
}

.home_news_wrap {
  /* width: 70%; */
  width: 100%;
}

.block_home_news_wrap_img {
  /* height: 225px; */
  height: auto;
}

.block_news_category {
  background: #0d0d0d;
  /* padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; */
  /* padding: 5px 10px; */
  padding: 8px 16px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  /* border-left-width: 5px; */
  border-left-width: 3px;
  border-left-color: rgb(251, 76, 53);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
}

.news_category_text {
  /* font-size: 15px; */
  font-size: 11px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.block_news_info {
  background: #ffffff;
}

.block_news_info_top {
  /* padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px; */
  padding: 16px;
}

.news_info_title {
  font-size: 16px;
  /* font-size: 25px; */
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* margin-bottom: 5px; */
  margin-bottom: 8px;
}

.block_info_date {
  align-items: center;
  display: flex;
  /* column-gap: 10px; */
  /* gap: 5px; */
  gap: 8px;
  /* margin-bottom: 10px; */
  margin-bottom: 8px;
}

.info_date_img {
  /* width: 25px;
  height: 25px; */
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.info_date_text {
  color: rgb(134, 133, 133);
  /* font-size: 16px; */
  font-size: 11px;
  font-weight: 500;
}

.info_date_text:hover {
  color: rgb(134, 133, 133);
}

.news_info_text {
  /* font-size: 15px; */
  font-size: 11px;
  font-weight: 400;
  color: rgb(108, 107, 107);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block_news_info_bottom_wrap {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 1px;
  border-top-color: rgb(230, 231, 232);
  background: #fb4c35;
}

.block_news_info_bottom {
  /* padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px; */
  /* padding: 5px 16px; */
  padding: 8px 16px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.news_info_list {
  align-items: center;
  display: flex;
  /* gap: 10px; */
  gap: 8px;
  /* column-gap: 15px; */
}

.news_info_item {
  display: flex;
  /* column-gap: 10px; */
  /* gap: 5px; */
  gap: 8px;
  align-items: center;
}

.news_info_item_position {
  display: none;
}

.news_info_item_img {
  /* width: 20px;
  height: 20px; */
  width: 10px;
  height: 10px;
  object-fit: contain;
}

.news_info_item_text {
  /* font-size: 15px; */
  font-size: 11px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.news_info_item_text:hover {
  color: rgb(255, 255, 255);
}

.block_news_info_text_link {
  align-items: center;
  display: flex;
  /* column-gap: 10px; */
  /* gap: 10px; */
  gap: 16px;
}

.news_info_text_link {
  /* font-size: 15px; */
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}

.news_info_text_link_img {
  /* height: 20px;
  width: 20px; */
  height: 10px;
  width: 10px;
  object-fit: contain;
}

.block_aside_news_list {
  /* width: 30%;
  background: #ffffff; */
  display: none;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 15px; */
  gap: 16px;
}

.news_item {
  /* width: calc(((100% - 50px) / 3)); */
  width: 100%;
}

.news_img_wrap {
  /* height: 225px; */
  height: auto;
}

@media screen and (min-width: 576px) {
  /* .home_news_wrapper {
    margin-bottom: 20px;
  } */

  .block_home_news_wrap_img {
    /* height: 275px; */
    height: auto;
  }

  .block_news_info_top {
    /* padding: 18px; */
    padding: 16px;
  }

  .block_news_info_bottom {
    /* padding: 6px 18px; */
    padding: 8px 16px;
  }

  .news_info_item_position {
    display: flex;
  }

  .news_info_item_after::after {
    content: "/";
    color: rgb(255, 255, 255);
  }

  .news_img_wrap {
    /* height: 275px; */
    height: auto;
  }

  .news_list {
    /* gap: 20px; */
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .block_home_news_wrap_img {
    /* height: 325px; */
    height: auto;
  }

  .news_category_text {
    font-size: 13px;
  }

  .news_info_title {
    font-size: 18px;
    /* margin-bottom: 10px; */
  }

  .block_info_date {
    /* margin-bottom: 15px; */
    margin-bottom: 16px;
  }

  .info_date_img {
    width: 20px;
    height: 20px;
  }

  .info_date_text {
    font-size: 13px;
  }

  .news_info_text {
    font-size: 13px;
  }

  .news_info_item_img {
    width: 15px;
    height: 15px;
  }

  .news_info_item_text {
    font-size: 13px;
  }

  .news_info_text_link {
    font-size: 13px;
  }

  .news_info_text_link_img {
    height: 15px;
    width: 15px;
  }

  .news_item {
    /* width: calc((100% - 20px) / 2); */
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (min-width: 1024px) {
  .home_news_wrapper {
    display: flex;
  }

  .home_news_wrap {
    /* width: 70%; */
  }

  .block_home_news_wrap_img {
    /* height: 521px; */
    height: auto;
  }

  .block_news_info_top {
    /* padding: 20px; */
    padding: 24px;
  }

  .block_news_info_bottom {
    /* padding: 8px 20px; */
    padding: 8px 24px;
  }

  .block_aside_news_list {
    display: block;
    width: 30%;
    background: #ffffff;
  }

  .news_info_title {
    /* margin-bottom: 15px; */
    margin-bottom: 16px;
  }

  .block_info_date {
    /* margin-bottom: 20px; */
    margin-bottom: 24px;
  }

  .aside_news_item {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
  }

  .aside_news_item:last-child {
    margin-bottom: 0;
  }

  .aside_news_link {
    transition: ease 0.5s;
    /* column-gap: 15px; */
    column-gap: 16px;
    display: flex;
    color: rgb(18, 18, 18);
  }

  .aside_news_link:hover {
    color: rgb(251, 76, 53);
  }

  .aside_news_link_img_wrap {
    height: 104px;
    width: 150px;
  }

  .block_aside_news_info {
    width: 50%;
  }

  .aside_news_info_title {
    font-size: 17px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news_list {
    /* gap: 25px; */
    gap: 24px;
  }

  .news_item {
    /* width: calc((100% - 50px) / 3); */
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (min-width: 1200px) {
  .block_home_news_wrap_img {
    /* height: 538px; */
    height: auto;
  }

  .news_category_text {
    font-size: 15px;
  }

  .news_info_title {
    font-size: 20px;
  }

  .info_date_img {
    width: 25px;
    height: 25px;
  }

  .info_date_text {
    font-size: 15px;
  }

  .news_info_text {
    font-size: 15px;
  }

  .news_info_item_img {
    width: 20px;
    height: 20px;
  }

  .news_info_item_text {
    font-size: 15px;
  }

  .news_info_text_link {
    font-size: 15px;
  }

  .news_info_text_link_img {
    height: 20px;
    width: 20px;
  }
}
