.news-single {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 100px;
}

.news-single .top {
    margin-bottom: 30px;
}

.wp-block-quote {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
}

.wp-block-quote p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
}

.wp-block-quote cite {
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
    display: block;
}

.wp-block-quote cite strong {
    font-weight: 600;
}

.wp-block-file a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.wp-block-image img {
    height: 400px;
    object-fit: cover;
}

.news-single .container {
    position: relative;
    max-width: 2020px;
}

.btn.back {
    position: absolute;
}

.post-meta {
    display: flex;
    justify-content: left;
    font-size: 18px;
    line-height: 28px;
    gap: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .btn.back {
        position: static;
        margin-bottom: 50px;
    }
    .news-single .container {
        max-width: 760px;
    }
}

@media (max-width: 767.98px) {
    .news-single {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .wp-block-quote p {
        font-size: 18px;
        line-height: 28px;
    }
}
