.blog-card {
      border-radius: 16px;
      box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
      background: rgba(255, 255, 255, 1);
    }
    .blog-card__image {
      width: 100%;
      object-fit: cover;
      display: block;
      border-radius: 16px 16px 0 0 !important;
    }
    .blog-card__content {
      padding: 18px 18px 20px;
    }
    .blog-card__tag {
      display: inline-block;
      padding: 6px 10px 6px 10px;
      border-radius: 4px;
      background: rgba(242, 247, 255, 1);
      color: rgba(92, 125, 161, 1);
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      letter-spacing: 0%;
      text-align: left;
    }

    .blog-card__title {
      color: rgba(0, 0, 0, 1);
      font-family: "Inter", sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 33px;
      margin: 8px 0 8px;
    }

    .blog-card__excerpt {
      color: rgba(150, 150, 150, 1);
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

    .blog-card__meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      color: rgba(150, 150, 150, 1);
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      margin-top: 18px;
    }

    .blog-card__meta-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .blog-card__meta-icon {
      width: 14px;
      height: 14px;
      display: inline-flex;
    }

    .blog-card__meta-icon svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .blog-card__link {
      color: rgba(169, 133, 52, 1);
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      text-align: left;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .blog-card__link svg{
      width: 20px;
    }
    .blog-card__link svg path{
      stroke: #A98534;
    }