@charset "utf-8";
/* CSS Document */

.news__list {}

.news__item {
    border-bottom: 1px dotted #3a2c23;
    margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
    .news__list {
    width: 70%;
    margin: 0 auto;
    }
}