.article_block {
    margin: 50px 0 200px;
}
.article_title {
    text-align: center;
    margin-bottom: 2px;
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.article_text {
    margin-top: 26px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.our_services {
    display: none;
}
@media (max-width: 970px) {
    .our_services {
        display: flex;
    }
}
@media (max-width: 768px) {
    .article_block {
        margin: 50px 0 160px;
    }
}