    .article__header {
        font-weight: 500 !important;
    }

ul.article__list {
  list-style-type: none !important;
}
ul.article__list li::before {
 display: none;
}

.post__section-side {
display: none;
}

.post__section-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1000px;
}
.post__section {
justify-content: center;
}