.link_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
}

.link {
    width: 43%;
    padding: 1.25rem 1.56rem;
    border-bottom: 1px solid #b1adad;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.link a {
    color: #393939;
}
