.specular-blog-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.specular-blog-posts .specular-card-two {
   max-width: none;
}

.specular-blog-posts .post-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 40px;
    background-color: #F96A2A;
    padding: 5px 10px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.specular-blog-posts .post-date .day {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}

.specular-blog-posts .post-date .month {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
