.qlinks__list {
    margin: 0 0 48px;
    padding: 0;
    border-top: 1px solid #ddd;
    font-weight: 600;
    font-size: 1.11em;
    list-style: none;
    line-height: 1.2;
}

.sidebar .qlinks__list {
    margin-bottom: 96px;
}

.qlink a {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: inherit;
}

.qlink a:hover {
    color: #86BC25;
}

.contentRelated .qlink {
    font-size: 18px;
}

.contentRelated .qlink a::after {
    content: '\3e';
    display: inline-block;
    float: right;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    font-family: 'ncvicons';
    font-style: normal;
    font-weight: normal;
}