
.newsWrapper {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.newsImage {
    display: block;
    width: 100%;
    padding-top: 57.6%;
    background: var(--col-energy-D) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.newsDate {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.9rem;
    line-height: 1.4em;
    color: var(--col-energy-A);
    font-weight: bold;
    margin-bottom: 10px;
}

.newsTitle {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: 0;
    margin-bottom: 20px;
}

.newsExcerpt {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.frontpageNewsButton {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .newsWrapper {
        margin-bottom: 80px;
    }
}