.file-download {
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.file-download i {
    margin-right: 10px;
    font-size: 24px;
    color: #863185;
}

.file-download a {
    text-decoration: none;
    color: #863185;
    font-weight: 400;
}

.file-download a:hover {
    color: #863185;
}
