.news_top_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.news_left_wrap {
  border-radius: 5px;
  overflow: hidden;
  transition: ease 0.5s;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
}

.news_left_wrap:hover {
  box-shadow: 0px 0px 25px rgba(254, 89, 0, 0.5);
}

.news_left_link {
  transition: ease 0.5s;
  color: rgb(3, 5, 35);
}

.news_left_link:hover {
  color: rgb(255, 172, 75);
}

.news_left_link_img_wrap {
  height: 200px;
}

.news_left_info_wrap {
  background: #f6f6f6;
  padding: 8px 16px;
}

.news_left_info_subtitle {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgb(165, 165, 165);
}

.news_left_info_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_left_info_text {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgb(105, 105, 105);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_left_info_text_link {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 172, 75);
}

.news_top_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.news_top_item {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
  transition: ease 0.5s;
}

.news_top_item:hover {
  box-shadow: 0px 0px 25px rgba(254, 89, 0, 0.5);
}

.news_right_link {
  transition: ease 0.5s;
  color: rgb(3, 5, 35);
}

.news_right_link:hover {
  color: rgb(255, 172, 75);
}

.news_right_link_img_wrap {
  height: 200px;
}

.news_right_info_wrap {
  background: #f6f6f6;
  padding: 8px 16px;
}

.news_right_info_subtitle {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgb(165, 165, 165);
}

.news_right_info_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_right_info_text {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgb(105, 105, 105);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_right_info_text_link {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 172, 75);
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.news_item {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  transition: ease 0.5s;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
}

.news_item:hover {
  box-shadow: 0px 0px 25px rgba(254, 89, 0, 0.5);
}

.news_link {
  color: rgb(3, 5, 35);
  transition: ease 0.5s;
}

.news_link:hover {
  color: rgb(255, 172, 75);
}

.news_link_img_wrap {
  height: 200px;
}

.news_info_wrap {
  background: #f6f6f6;
  padding: 8px 16px;
}

.news_info_subtitle {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: rgb(165, 165, 165);
}

.news_info_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_info_text {
  color: rgb(105, 105, 105);
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_info_text_link {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 172, 75);
}

@media screen and (min-width: 576px) {
  .news_top_wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }

  .news_left_link_img_wrap {
    height: 225px;
  }

  .news_left_info_wrap {
    padding: 8px 18px;
  }

  .news_top_list {
    gap: 20px;
  }

  .news_right_link_img_wrap {
    height: 225px;
  }

  .news_right_info_wrap {
    padding: 8px 18px;
  }

  .news_list {
    gap: 20px;
  }

  .news_link_img_wrap {
    height: 225px;
  }

  .news_info_wrap {
    padding: 8px 18px;
  }
}

@media screen and (min-width: 768px) {
  .news_left_link_img_wrap {
    height: auto;
  }

  .news_left_info_subtitle {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .news_left_info_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .news_left_info_text {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .news_left_info_text_link {
    font-size: 13px;
  }

  .news_top_item {
    width: calc((100% - 20px) / 2);
  }

  .news_right_info_title {
    margin-bottom: 10px;
  }

  .news_right_info_text {
    margin-bottom: 15px;
  }

  .news_item {
    width: calc((100% - 20px) / 2);
  }

  .news_info_title {
    margin-bottom: 10px;
  }

  .news_info_text {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .news_top_wrapper {
    flex-wrap: nowrap;
    gap: 25px;
    margin-bottom: 25px;
  }

  .news_left_wrap {
    width: 50%;
  }

  .news_left_info_subtitle {
    font-size: 15px;
  }

  .news_left_info_title {
    font-size: 20px;
  }

  .news_left_info_text {
    font-size: 15px;
  }

  .news_left_info_text_link {
    font-size: 15px;
  }

  .news_top_list {
    width: 50%;
    gap: 25px;
  }

  .news_top_item {
    width: calc((100% - 25px) / 2);
  }

  .news_right_link_img_wrap {
    height: 120px;
  }

  .news_right_info_subtitle {
    font-size: 12px;
  }

  .news_right_info_title {
    font-size: 14px;
  }

  .news_text_display_none {
    display: none;
  }

  .news_right_info_text_link {
    font-size: 12px;
  }

  .news_list {
    gap: 25px;
  }

  .news_item {
    width: calc((100% - 50px) / 3);
  }

  .news_link_img_wrap {
    height: 250px;
  }

  .news_info_subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .news_info_title {
    font-size: 18px;
  }

  .news_info_text {
    font-size: 13px;
  }

  .news_info_text_link {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .news_top_wrapper {
    margin-bottom: 30px;
  }

  .news_left_info_title {
    font-size: 25px;
  }

  .news_right_link_img_wrap {
    height: 150px;
  }

  .news_link_img_wrap {
    height: 275px;
  }

  .news_info_title {
    font-size: 20px;
  }

  .news_info_text {
    font-size: 15px;
  }

  .news_info_text_link {
    font-size: 15px;
  }
}

@media screen and (min-width: 1400px) {
  .news_left_info_wrap {
    padding: 8px 24px;
  }

  .news_right_link_img_wrap {
    height: 176px;
  }

  .news_right_info_wrap {
    padding: 8px 24px;
  }

  .news_info_wrap {
    padding: 8px 24px;
  }
}
