.awards-list {
    position: relative;
    isolation: isolate;
    margin: 0 0 5rem;
    padding: 5rem 0 0;
}
.awards-list header {
    padding: 0 0 1rem;
}
.awards-list header h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3em;
    line-height: 1em;
    letter-spacing: .0667em;
    color: var(--navy-blue);
    text-align: center;
}
.awards-list__box {
    background-color: var(--white);
}
.awards-list__box article {
    position: relative;
    padding: 4rem;
    padding-bottom: 6rem;
    border-radius: 3rem;
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.07);
    overflow: auto;
}
.awards-list__box article:not(:last-child) {
    margin: 0 0 6rem;
}
.awards-list__box article figure {
    width: 100%;
    height: 38rem;
    margin: 0 0 3rem;
}
.awards-list__box article h3 {
    color: var(--navy-blue, #1E2F52);
    font-family: var(--proxima-font);
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 188.235%;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 4rem;
    text-align: center;
}
.awards-list__box article p {
    font-size: 1.6em;
    line-height: 1.4em;
    letter-spacing: 0.125em;
    font-weight: 500;
    margin: 0 0 6rem;
}
.awards-list__box article a {
    width: 100%;
    font-size: 2em;
    line-height: 1.4em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    background-color: var(--navy-blue);
    color: var(--white);
    text-align: center;
    padding: 1.22rem 0;
}


@media only screen 
and (min-width : 961px) {
    .awards-list {
        margin: 0 0 7.5rem;
        padding: 7.5rem 0 0;
    }
    .awards-list header {
        padding: 0 0 5rem;
    }
    .awards-list header h2 {
        font-size: 4.5em;
        letter-spacing: .044em;
    }
    .awards-list__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 6.4rem;
    }
    .awards-list__box article {
        flex: 0 1 43.2rem;
        max-width: 43.2rem;
        margin: 0!important;
        min-height: 56.9rem;
        padding: 2rem;
        padding-bottom: 4.6rem;
        border-radius: 0;
    }
    .awards-list__box article figure {
        height: 19.2rem;
        margin: 0 0 1.5rem;
    }
    .awards-list__box article h3 {
        font-size: 2em;
        line-height: 160%;
        letter-spacing: .1em;
        margin: 0 0 2rem;
        text-align: left;
    }
    .awards-list__box article p {
        font-size: 2em;
        line-height: 1.35em;
        letter-spacing: .1em;
        margin: 0 0 3rem;
        padding: 0 1.8rem;
    }
    .awards-list__box article a {
        font-size: 2em;
        line-height: 1.4em;
        letter-spacing: 0.1em;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}
@media only screen 
and (min-width : 0) 
and (max-width : 960px) {
    .awards-list .col-36-36 {
        padding-block: 1.4rem;
    }
}
