.blog-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.blog-image {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.glossy {
    display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
background: rgba(255, 255, 255, 0.30);

/* Background blur / lg */
backdrop-filter: blur(12px);
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
height: 100px;
}

.blog-poster {
    color: var(--Base-White, #FFF);

/* Text sm/Semibold */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}
.blog-category {
color: var(--Base-White, #FFF);

/* Text sm/Semibold */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}
.blog-date {
    color: var(--Base-White, #FFF);

/* Text sm/Normal */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.blog-title {
    color: #000;

/* Mobile  heading(Header) */
font-family: "Open Sans";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 166.667% */
letter-spacing: -0.25px;
}

.blog-description {
    color: #667085;

/* Body 1 (Main body text) */
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
