.newest-article-container {
    padding-right: 10px;
}
.newest-article {
    margin-bottom: 50px;
}
.newest-article p {
    text-align: justify;
}
.newest-article h2 {
    margin: 0px;
    font-size: 18px;
}
.newest-article img {
    width: 100px;
}


.previous-img {
    margin-top: 10px;
    width: 80px;
    height: 80px;
    background-position: 50% 50%;
    background-size: cover;
    margin-left: 5px;
    display: inline-block;
}
