@media screen and (max-width: 1300px) {
    body .news-detail .news-detail__inner{
        margin: 0 20px;
    }
}
@media screen and (max-width: 1250px) {
    body .news-detail .news-detail__inner{
        margin: 0 50px;
    }
}
@media screen and (max-width: 1200px) {
    body .news-detail .news-detail__inner{
        margin: 0;
    }
}
@media screen and (max-width: 1110px) {
    body .news-detail .news-detail__inner{
        margin: 0 30px;
    }
}
@media screen and (max-width: 1050px) {
    body .news-detail .news-detail__inner{
        margin: 0 60px;
    }
}
@media screen and (max-width: 992px) {
    body .news-detail .news-detail__inner{
        margin: 0;
    }
}
@media screen and (max-width: 870px) {
    body .news-detail .news-detail__inner{
        margin: 0 30px;
    }
}
@media screen and (max-width: 810px) {
    body .news-detail .news-detail__inner{
        margin: 0 60px;
    }
}
@media screen and (max-width: 768px) {
    body .news-detail .news-detail__inner{
        margin: 0;
    }
}
@media screen and (max-width: 690px) {
    body .news-detail .news-detail__inner{
        margin: 0 30px;
    }
}
@media screen and (max-width: 630px) {
    body .news-detail .news-detail__inner{
        margin: 0 60px;
    }
}
@media screen and (max-width: 576px) {
    body .news-detail .news-detail__inner{
        margin: 0 40px 0 80px;
    }
    body .tour-related__inner .tour-related__contact-block{
        flex-direction: column;
    }
    .tour-related__inner .tour-related__contact-block .tour-related__right{
        margin-top: 15px;
        justify-content: center;
    }
}