/*
==========================================
Blog Home
==========================================
*/

.page-header{
    margin-bottom:40px;
    text-align:center;
}

.page-title{
    font-size:42px;
    margin-bottom:12px;
}

.page-description{
    color:#666;
    max-width:700px;
    margin:0 auto;
    line-height:1.8;
}

@media (max-width:576px){

    .page-title{
        font-size:32px;
    }

}