#news-body
{
    width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-sora);
}

#news-title
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 3.375rem;
    font-weight: 900;
    font-family: var(--font-arial);
    color: var(--lighter-gray);
}

.banner
{
    min-height: unset;
    height: 333px;
    margin-bottom: 4rem;
}

.heading-contact
{
    margin-top: 5rem;
}