#archive-projects .projects-wrapper {
    align-items: stretch;
}

#archive-projects .project-box {
    display: flex;
    flex-direction: column;
}

#archive-projects .project-inner-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
}

#archive-projects .project-link {
    margin-top: auto;
    padding-top: 1rem;
}
