.download-link:before {
    content: '';
    background-image: url(../../img/download.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
}