
.mentions_title {

    margin-top: 1em;
}

.mentions_title::after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary_clr);
}

.mentions_title:first-child {
    text-align: center;
    margin-top: 2em;
}

.mention_link {
    color: var(--primary_clr);
}
.mention_link:hover {
    color: var(--secondary_clr);
}

.mentions_subtitle {
    font-weight: 900;
}