.news_bg {
  height: 380px;
  background-image: url("/uploads/images/1686313560_news-bg.jpg");
  background-size: cover;
  background-position: center;
}

.news_bg h1 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  margin-top: 30px;
}

.news_bg a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.news_bg a svg {
  margin-right: 4px;
}

.news_bg .page_date {
  color: rgb(143, 143, 143);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
