#news-hero {
    margin-top: 80px;
    padding: 110px 0 60px;
}

#news-hero .container {
    display: flex;
    align-items: center;
    gap: 130px;
}

#news-hero .header {
    min-width: 550px;
}

#news-hero .header .preheading {
    font-size: 26px;
    margin-bottom: 1em;
    letter-spacing: 0.25em;
}

#news-hero .header h1 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--red);
    margin-bottom: 32px;
    letter-spacing: 0.25em;
}

#news-hero .news-item {
    min-width: 760px;
    text-align: center;
}

.news-item figure {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
}

.news-item h3 {
    text-transform: uppercase;
    font-family: Oxanium;
    letter-spacing: 0.25em;
    font-weight: 600;
    line-height: 1.3;
    font-size: 20px;
}

.news-item h3 a {
    color: var(--red);
}

.news-item .meta {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.125em;
    margin: 1.5em 0;
}

.news-item .meta .sep {
    margin: 0 0.5em;
}

.news-item .excerpt {
    font-size: 17px;
    line-height: 1.3;
}

.news-item .placeholder,
.news-item figure img {
    width: 100%;
    height: 228px;
    background-color: #202020;
}

#news-hero .news-item h3 {
    font-size: 28px;
}

#news-hero .news-item .meta {
    font-size: 16px;
	margin-top: 7px;
}

#news-hero .news-item .bracket {
    width: 30px;
    height: 30px;
}

#news-hero .news-item figure {
    padding: 12px;
}

#news-hero .news-item .placeholder,
#news-hero .news-item figure img {
    height: 400px;
}

#articles-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    row-gap: 90px;
}

#articles {
    padding: 70px 0 120px;
}

#articles-list article {
    width: calc((100% - 150px) / 3);
}

@media (max-width: 1600px) {

    #news-hero {
        margin-top: 70px;
        padding: 80px 0 40px;
    }

    #news-hero .container {
        gap: 165px;
    }
    
    #news-hero .header {
        min-width: 400px;
    }

    #news-hero .header .preheading {
        font-size: 20px;
    }
    
    #news-hero .header h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    
    #news-hero .news-item {
        min-width: 555px;
    }

    .news-item figure {
        position: relative;
        padding: 8px;
        margin-bottom: 26px;
    }

    .news-item h3 {
        font-size: 17px;
    }
    
    .news-item .meta {
        font-size: 11px;
    }

    .news-item .excerpt {
        font-size: 16px;
    }
    
    .news-item .placeholder,
    .news-item figure img {
        height: 180px;
    }
    
    #news-hero .news-item h3 {
        font-size: 20px;
    }
    
    #news-hero .news-item .meta {
        font-size: 13px;
    }
    
    #news-hero .news-item figure {
        padding: 10px;
    }

    #news-hero .news-item .placeholder,
    #news-hero .news-item figure img {
        height: 300px;
    }

    #news-hero .news-item .bracket {
        width: 23px;
        height: 23px;
    }

    #articles-list {
        column-gap: 50px;
        row-gap: 80px;
    }

    #articles {
        padding: 50px 0 100px;
    }
    
    #articles-list article {
        width: calc((100% - 100px) / 3);
    }

}

@media (max-width: 1180px) {

    #news-hero {
        padding: 60px 0 40px;
    }
    
    #news-hero .container {
        display: block;
        max-width: 680px;
    }

    #news-hero .header {
        min-width: 100%;
        margin-bottom: 55px;
        text-align: center;
    }

    #news-hero .header .preheading {
        font-size: 16px;
    }

    #news-hero .header h1 {
        font-size: 30px;
    }
    
    #news-hero .news-item {
        min-width: 100%;
    }
    
    .news-item figure {
        padding: 9px;
        margin-bottom: 20px;
    }

    .news-item h3 {
        font-size: 17px;
    }

    .news-item .meta {
        font-size: 11px;
    }

    .news-item .excerpt {
        font-size: 15px;
    }

    .news-item .placeholder,
    .news-item figure img {
        height: 190px;
    }

    #news-hero .news-item .placeholder,
    #news-hero .news-item figure img {
        height: 370px;
    }

    #news-hero .news-item .bracket {
        width: 28px;
        height: 28px;
    }

    #articles-list {
        column-gap: 58px;
        row-gap: 75px;
    }

    #articles {
        padding: 50px 0 100px;
    }
    
    #articles-list article {
        width: calc((100% - 58px) / 2);
    }
}

@media (max-width: 820px) {

    #news-hero {
        margin-top: 60px;
        padding: 40px 0 30px;
    }

    #news-hero .container {
        display: block;
        max-width: 480px;
        padding: 0 20px;
    }

    #news-hero .header {
        margin-bottom: 70px;
    }

    #news-hero .header .preheading {
        font-size: 15px;
    }

    #news-hero .header h1 {
        font-size: 28px;
    }

    .news-item {
        text-align: center;
    }

    .news-item figure {
        padding: 10px;
        margin-bottom: 24px;
    }

    .news-item .placeholder,
    .news-item figure img {
        height: auto;
    }

    #news-hero .news-item .placeholder,
    #news-hero .news-item figure img {
        height: auto;
    }

    #news-hero .news-item h3 {
        font-size: 18px;
    }

    .news-item .bracket {
        width: 28px;
        height: 28px;
    }

    #articles-list {
        flex-direction: column;
        row-gap: 60px;
    }

    #articles {
        padding: 24px 0 100px;
    }
    
    #articles-list article {
        width: 100%;
    }

}