@media screen and (max-width:1002px) {
    .right_column {
        display: none
    }
    .main .container {
        justify-content: center
    }
    .article {
        margin-right: 0
    }
}

@media screen and (max-width:425px) {
    h1 {
        font-size: 33px;
        line-height: 38px
    }
}

@media screen and (max-width:408px) {
    .left-items span a {
        font-size: 9px
    }
    .article-data span:last-child {
        font-size: 11px
    }
}