.download-section-wrapper {
    margin-top: 4em;
}

.section-name {
    align-items: center;
    border-radius: var(--border-radius-inputs);
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    display: flex;
    font-weight: 700;
    margin-bottom: 1em;
    padding: .5em 1em;
}

.section-file {
    background-color: var(--color-grey-light);
    background-image: var(--icon-doc-outline-dark);
    background-position: left 1.25em center;
    background-repeat: no-repeat;
    background-size: 1em;
    border-radius: var(--border-radius-btn);
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 0.5em;
    padding: 1em 4em 1em 4em;
    position: relative;
    transition: all ease-in-out .15s;
}

.section-file:nth-child(even) {
    background-color: #eee;
}

.section-file a.file-view {
    background-size: 1.5em;
    right: 1em;
}

.section-file-information {
    display: flex;
    justify-content: space-between;
    width: 20%;
}