
/* AWARD SECTION */
.downloads-section {
    display: flex;
    min-height: 40px;
}

.downloads-section .spacer-sides {
    flex: 1;
}

.downloads-section-container {
    flex: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}


.downloads-section-headline {
    text-align: center;
    font-size: 1.6rem; 
    margin: 1.2rem 0;
    display: flex;
    align-items: center;
}

.downloads-icon-container { 
    width: 100%;
    max-width: 2000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.download-icon a{
    flex: 1;
    height: 4rem;
    margin: 0 1rem;
    display: flex;
    justify-content: center; 
}

/* Tablet */
@media (max-width: 69em) {
    .downloads-section-container {
        margin-bottom: 1.6rem;
    }

    .downloads-section-headline {
        margin: 1rem 0;
    }

    .download-icon a{
        height: 3.5rem;
    }
}

/* Phone */
@media (max-width: 45em) {
    .downloads-section-container {
        margin-bottom: 1.25rem;
    }

    .downloads-section-headline {
        font-size: 1.4rem;
        margin: 0.75rem 0;
    }

    .download-icon a{
        height: 3rem;
    }
}
