.news-page__body {
    padding-left: 0;
}

.news-page__article p {
    font-weight: normal;
}

.indent {
    margin-left: 10px;
}

.image-bottom {
    height: 342px;
    width: 49%;
    float: left;
    background-size: cover;
    background-position: center center;
    margin: 2px;
}

.image-100 {        
    height: 684px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 2px;
}

img.image-bottom {
    margin-right: 2px;
    object-fit: cover;
}

img.image-100 {
    margin-right: 2px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .image-100 {
        height: 300px;
        width: 100%;
        margin: 2px;
        background-size: cover;
        background-position: center center;
    }

    .image-bottom {
        height: 300px;
        width: 98%;
        float: left;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 2px;
    }
}

@media screen and (max-width: 360px) {
    .image-100 {
        height: 300px;
        width: 100%;        
        margin: 2px;
        background-size: cover;
        background-position: center center;
    }

    .image-bottom {
        height: 220px;
        width: 98%;
        float: left;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 2px;
    }
}
