﻿.news-page {
    position: relative;
    z-index: 1
}

.news-page section {
    position: relative;
    z-index: 1;
}

.news-page:before, .news-page:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 790px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-image: url(/themes/images/bg-pattern--blue.jpg);
    z-index: 0
}

.news-page:after {
    background-position: center bottom;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#ffffff),to(rgba(255,255,255,0)));
    background-image: linear-gradient(to top,#ffffff,rgba(255,255,255,0));
    z-index: 0
}

    .news-page .page-title {
        /*background: none;
        text-align: center;
        padding: 150px 0 30px;*/
    }
        .news-page .page-title h1 {
            font-weight: 100;
            font-size: 40px;
        }
.news-page_content {
    background: #fff;
    /*border-top: 10px solid #1C73B5;*/
    position: relative;
    z-index: 1;
    /*margin: 0 30px;*/
}
.page-title__text-desc {
    color: #fff;
    font-size: 18px;
    margin: 30px 0 0;
    line-height: 1.8;
}

@media (max-width: 1350px) {
    .productivity-post {
        
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .productivity-post {
        width: 100%;
        margin: 0 auto;
    }
}
