/* ==========================
   NEWS PAGE
========================== */

.news-section{
    max-width:980px;
    margin:40px auto 80px;
    text-align:center;
    padding:0 20px;
}

.news-section img{
    width:100%;
    display:block;
    margin:auto;
}

.news-section h1{
    margin-top:28px;
    font-size:30px;
    line-height:1.35;
    color:#111;
    font-weight:300;
}

.news-section p{
    margin-top:28px;
    font-size:18px;
    line-height:1.8;
    color:#555;
}

@media(max-width:900px){
    .news-section{
        margin-top:20px;
        padding:0 10px;
    }
}

@media(max-width:600px){
    .news-section h1{
        font-size:22px;
    }

    .news-section p{
        font-size:16px;
    }
}
