@media screen and (max-width: 1162px) {
    .dateConts {
        display: block;
    }
    .newsText {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 966px) {
    .copy {
        margin: 120px 40px;
    }
    .copy h1 {
        font-size: 24pt;
    }
    .newsTitle h3 {
        font-size: 16pt;
    }
    .newsConts {
        margin-top: 40px;
    }
    .dateConts {
        margin-top: 40px;
    }
}
