@charset "UTF-8";

.news-section-new{
    width: 600px;
}

@media screen and (max-width: 500px){
    .news-section-new{
        width: 100%;
    }
}

.justify-content-evenly{
    justify-content: space-evenly;
}
