.list-custom-small a {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    text-decoration: none;
}

.list-custom-small a i.fa-question {
    width: 30px;
    height: 30px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.list-custom-small a span {
    flex: 1;
    line-height: 1.4;
    margin: 0;
}

.list-custom-small a i.fa-angle-right {
    flex-shrink: 0;
    mar