.download-list__btn {
    background: none !important;
    border: 1px solid #be1722 !important;
    color: #be1722;
    transition: all .36s ease-in-out;
}
.download-list__btn:hover {
    background: #be1722 !important;
    color: #fff;
}