    .news-hero {
      background-image: url('../images/news-bg-2.png');

    }

    .about-hero-content {
      margin-top: 1%;
    }

    .about-hero-content h1 {
      margin-bottom: 10px;
      line-height: 1;
    }

    .about-hero-content p {
      line-height: 1;
    }

    .about-hero-content-line {
      margin-top: 38px;
      width: 48px;
      height: 8px;
      background: #FFFFFF;
    }

    .news-cat-tab {
      text-align: center;
      width: 82px;
      height: 36px;
      line-height: 36px;
      padding: 0;
      background: rgba(217, 217, 217, 0.68);
      border-radius: 2px;
      font-size: 14px;
      color: #999999;
    }

    .news-card {
      border-radius: 0;
    }

    .news-card-img {
      width: 386px;
      height: 278px;
    }

    .news-card-meta {
      display: flex;
      align-items: center;
      font-size: 14px;
    }

    .news-card-meta-img {
      width: 14px;
      height: 14px;
    }

    .news-card-meta-policy,.news-card-meta-dynamic {
      width: 62px;
      height: 21px;
      text-align: center;
      line-height: 21px;
      font-size: 12px;
      background: #295FCC;
      color: #FFFFFF;
    }
    .news-card-meta-dynamic{
      background: #C7000B;
    }

    .news-card-title {
      font-weight: bold;
      font-size: 18px;
      color: #000000;
    }

    .news-card-excerpt {
      font-size: 14px;
      color: #666666;
      line-height: 1.5;
    }

    .news-card-read-time {
      font-size: 12px;
      color: #999999;
    }

    .btn-link {
      font-size: 12px;
      color: #999999;
    }

    .news-grid {
      gap: 16px;
      grid-template-columns: 1fr;
    }