.news.list .items a {
    background-color: #F1F1F1;
    display: block;
    position: relative;
}

.news.list a figure {
    background-size: cover !important;
    background-position: center !important;
    display: block;
    height: 0;
    margin: 0;
    width: 100%;
    transition: padding-bottom 350ms ease;
}

.news.list a date {
    background-color: #F1F1F1;
    color: #231E20;
    display: block;
    font-size: 1.125rem;
    padding: 12% 12% 0 12%;
}

.news.list a h3 {
    display: block;
    margin: 0;
    padding: 4% 12% 22% 12%;
    transition: color 350ms ease, padding-bottom 350ms ease;
}

.news.list a h3:before {
    bottom: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #E0E0E0 transparent;
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    height: 0;
}

/* HOVER */
.news.list a:hover h3 {
    color: #01A7B8;
}

/*** RESPONSIVE ***/
@media (min-width: 1251px) {
    .news.list .items grid-column {
        width: 33.333%;
    }

    .news.list a figure {
        padding-bottom: 48%;
    }

    .news.list a:hover figure {
        padding-bottom: calc(48% + 1.25rem);
    }

    .news.list a:hover h3 {
        padding-bottom: 3.75rem;
    }

    /*.news.list .items grid-column:nth-child(7n) { width: 100%; }
    .news.list .items grid-column:nth-child(7n) figure { padding-bottom: 32%; }
    .news.list .items grid-column:nth-child(7n) a:hover figure { padding-bottom: calc(32% + 1.25rem); }*/
}

@media (min-width: 768px) and (max-width: 1250px) {
    .news.list .items grid-column {
        width: 50%;
    }

    /* .news.list .items grid-column:last-of-type {
      display: none; } */
    .news.list a figure {
        padding-bottom: 48%;
    }

    .news.list a:hover figure {
        padding-bottom: calc(48% + 1.25rem);
    }

    .news.list a:hover h3 {
        padding-bottom: 3.75rem;
    }

    /*.news.list .items grid-column:nth-child(5n) { width: 100%; }
    .news.list .items grid-column:nth-child(5n) figure { padding-bottom: 32%; }
    .news.list .items grid-column:nth-child(5n) a:hover figure { padding-bottom: calc(32% + 1.25rem); }*/
}

@media (min-width: 971px) and (max-width: 1250px) {
    .news.list a:hover figure {
        padding-bottom: 53%;
    }
}

@media (min-width: 841px) {
    .news.list a date {
        padding: 3.5rem 3.75rem 0 3.75rem;
    }

    .news.list a h3 {
        font-size: 1.5rem;
        line-height: 150%;
        padding: 1.5rem 3.75rem 5rem 3.75rem;
    }
}

@media (max-width: 840px) {
    .news.list a h3 {
        font-size: 1.5rem;
        padding: 1rem 2.25rem 1.875rem 2.25rem;
    }

    .news.list a date {
        font-size: 1.25rem;
        padding: 2.25rem 2.25rem 0 2.25rem;
    }
}

@media (min-width: 769px) and (max-width: 970px) {
    .news.list a figure {
        padding-bottom: 58%;
    }

    .news.list a:hover figure {
        padding-bottom: 63%;
    }
}

@media (min-width: 469px) and (max-width: 767px) {
    .news.list .items grid-column {
        width: 100%;
    }

    .news.list a figure {
        padding-bottom: 48%;
    }

    .news.list .items grid-column ~ grid-column {
        margin-top: 2.376rem;
    }
}

@media (max-width: 468px) {
    .news.list .items grid-column {
        width: 100%;
    }

    .news.list .items grid-column ~ grid-column {
        margin-top: 2.376rem;
    }

    .news.list a h3 {
        font-size: 1.425rem;
        padding: 1rem 1.875rem 1.625rem 1.875rem;
    }

    .news.list a date {
        font-size: 1.125rem;
        padding: 1.875rem 1.875rem 0 1.875rem;
    }

    .news.list a figure {
        padding-bottom: 62.5%;
    }
}

@media (min-width: 1621px) {
    .news.list.main grid-row.items {
        margin-bottom: 5.625rem;
    }
}

@media (min-width: 769px) and (max-width: 1620px) {
    .news.list.main grid-row.items {
        margin-bottom: 4.25rem;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    .news.list.main grid-row.items {
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 468px) {
    .news.list.main grid-row.items {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 431px) {
    .news.list h2 {
        padding-right: 12rem;
    }

    .news.list h2 + a {
        position: absolute;
        top: 50%;
        right: 1.125rem;
        transform: translateY(-50%);
    }
}

@media (max-width: 430px) {
    .news.list h2 + a {
        display: table;
        margin: 1rem 0 0 0;
    }
}

@media (min-width: 1621px) {
    .news.list.latest grid-row:first-of-type {
        margin-bottom: 5.625rem;
    }
}

@media (min-width: 769px) and (max-width: 1620px) {
    .news.list.latest grid-row:first-of-type {
        margin-bottom: 4.25rem;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    .news.list.latest grid-row:first-of-type {
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 468px) {
    .news.list.latest grid-row:first-of-type {
        margin-bottom: 2.5rem;
    }
}

/********** GENERAL - CONTENT INTRO **********/
@media (min-width: 1621px) {
    .content_intro {
        margin-bottom: 5.625rem;
    }
}

@media (min-width: 769px) and (max-width: 1620px) {
    .content_intro {
        margin-bottom: 4.25rem;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    .content_intro {
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 468px) {
    .content_intro {
        margin-bottom: 2.5rem;
    }
}