.banner-content {
    grid-template-columns: 1fr;
}

.banner-title h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 132%;
}

.news-article {
    margin-top: 100px;
    margin-bottom: 160px;
}

.news-article h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 132%;
}

.news-article h3 {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 300;
    line-height: 132%;
}

.news-article-content {
    margin-top: 87px;
    font-size: 16px;
    font-weight: 300;
    line-height: 132%;
}

@media (max-width: 919px) {
    .banner-content {
        bottom: 24px;
        left: 32px;
    }

    .news-article {
        margin-top: 90px;
        margin-bottom: 128px;
    }
}

@media (max-width: 743px) {
    .banner-content {
        bottom: 24px;
        left: 32px;
    }

    .news-article {
        margin-top: 64px;
        margin-bottom: 100px;
    }

    .news-article-content {
        margin-top: 55px;
    }
}