.news_category {
  padding: 30px 0px 0px 0px;
}
.news_category .category_bg {
  margin: 30px 0px 0px 0px;
  display: flex;
  gap: 55px;
}
.news_category .category_bg .ct_left {
  width: 68%;
}
.news_category .category_bg .ct_right {
  width: 32%;
}
.newsde_info h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0px;
}
.newsde_info .tg_date {
  font-size: 14px;
  line-height: 22px;
  margin: 24px 0px 0px 0px;
}
.newsde_qoute {
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
.newsde_inside p {
  margin: 0px 0px 16px 0px;
}
.newsde_inside b {
  font-size: 18px;
  line-height: 26px;
}
.newsde_inside strong,
.newsde_inside b {
  font-weight: 600;
}
.newsde_inside img {
  border-radius: 16px;
  margin: 0px 0px 20px 0px;
}
.newsde_inside a {
  color: var(--orange);
}
.newsde_inside ul {
  margin: 0px 0px 16px 0px;
}
.newsde_inside ul li {
  position: relative;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 20px;
}
.newsde_inside ul li:last-child {
  margin: 0px;
}
.newsde_inside ul li::before {
  position: absolute;
  content: "";
  background: var(--black);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0px;
}
.other_articles .articles_title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin: 0px 0px 24px 0px;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .news_category .category_bg {
    gap: 40px;
  }
  .other_articles .articles_title {
    font-size: 24px;
    line-height: 32px;
  }
  .newsde_info h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .other_articles {
    padding: 40px 0px 0px 0px;
  }
  .news_category .category_bg .ct_right {
    width: 40%;
  }
  .news_category .category_bg .ct_left {
    width: 60%;
  }
  .news_category .category_bg {
    margin: 40px 0px 0px 0px;
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .news_category .category_bg .ct_left,
  .news_category .category_bg .ct_right {
    width: 100%;
  }
  .news_category .category_bg {
    margin: 24px 0px 0px 0px;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .newsde_info .tg_date {
    margin: 10px 0px 0px 0px;
  }
  .newsde_info h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .other_articles .articles_title {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 16px 0px;
  }
  .newsde_inside ul li {
    padding: 0px 0px 0px 16px;
  }
  .newsde_inside ul li::before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
  .newsde_inside b {
    font-size: 16px;
    line-height: 24px;
  }
  .newsde_inside {
    font-size: 14px;
    line-height: 22px;
  }
  .newsde_inside img {
    border-radius: 12px;
    margin: 0px 0px 16px 0px;
  }
  .newsde_qoute {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
  }
  .newsde_info .tg_date {
    margin: 8px 0px 0px 0px;
  }
  .newsde_info h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .news_category .category_bg {
    gap: 40px;
  }
  .news_category {
    padding: 40px 0px 0px 0px;
  }
}
/* end css rau */
