#newsLoader section.simple-text {
    padding: 2rem;
    max-width: 50rem;
    width: calc(100% - 4rem);
    margin: auto;
}

#newsLoader section.simple-title h1 {
    max-width: 60rem;
}

div.news-image img {
    max-width: 30rem;
    width: 100%;
    border-radius: 1rem;
}