ul {
    padding: 0;
}

li {
    list-style: none;
}

a.blog-link {
    text-decoration: none;
    color: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}