.download-list {
    width: calc(100% + var(--block-list-padding) * 2);
    padding: 70px 2rem;
}

@media screen and (max-width: 1300px) {
    .download-list {
        padding: 2rem;
    }
}

.download-list__heading {
    padding-bottom: 2rem;
    margin-top: 0;
}

.download-list__list {

}

.download-list__list-item {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    padding: 1.5rem 0;
}

.download-list__list-item-link {
    display: block;
    width: 80%;
}

.download-list__list-item i {
    padding-right: 15px;
}

.download-list__list-item__size {
    width: 20%;
    text-align: right;
}



.background-primary .download-list__list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}