.page-title{
    display: none;
}
.news-detail{
    padding-bottom: 120px;
}

.news-detail p {
    line-height: 1.5em;
}
.news-detail + section{
    padding-top: 0;
}
.news-detail__head {
    margin-bottom: 40px;
}

.news-detail__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--mild-grey-color);
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.news-detail p + h1, .news-detail p + h2, .news-detail p + h3, .news-detail p + h4, .news-detail p + h5, .news-detail p + h6, 
.news-detail .document + h1, .news-detail .document + h2, .news-detail .document + h3, .news-detail .document + h4, .news-detail .document + h5, .news-detail .document + h6{
    margin-top: 40px;
}

.news-detail__content a:visited:not(.button):not(:hover) {
    color: #858585;
    border-color: #858585;
}

@media screen and (min-width: 1025px) {

    .news-detail__head,
    .news-detail__content {
        width: 75%;
    }
}

.news-detail__tags a {
    color: var(--mild-grey-color);
    border: none;
}

.news-detail__tags span {
    margin-inline: 16px;
}

.news-detail__title {
    margin-bottom: 16px;
}

.news-detail__img {
    margin-bottom: 80px;
}

.news-detail__content img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-detail__content img.with-caption{
    margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
    .news-detail__img {
        margin-bottom: 40px;
        width: 100%;
    }
}
@media screen and (max-width:425px) {
    .news-detail__content img {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width:576px) {
    .news-detail .simple-slider{
        margin-top: 30px;
    }
}

.table-responsive, .news-detail__content table{
    margin-top: 20px;
}
.table-responsive table{
    margin-top: 0;
}
.document{
    margin-block: 20px;
}