.link-list hr {
    border: none;
    height: 1px;
    background: var(--border-color);
    margin: 2em 0;
}

.link-list i.fa {
    display: inline-block;
}

.link-list h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--black);
}