.box_fonti {
    width: 850px;
    padding: 0;
    margin: auto;
}

.box_fonti ul {
    list-style-image: url(../img/star_black_small.svg);
}

.box_fonti li:first-of-type {
    padding-bottom: 10px;
}


.box_fonti h5 {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1a1818;
    font-weight: 400;
    padding: 5vh 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.box_fonti h5 {
    padding: 0 0 5vh;
}

.box_fonti a:link {
    color: #000;
    text-decoration: underline;
}

.box_fonti a:visited {
    color: #000;
    text-decoration: underline;
}

.box_fonti a:hover {
    color: #000;
}

.box_fonti a:active {
    color: #000;
}

@media only screen and (max-width: 480px) {
    .box_fonti {
        width: 100%;
        padding: 0 15px;
    }
}