.page-header {
    background: #F3F8F9;
    padding: 65px 0;
}

.page-header h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.38;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.single_baner {
    margin: 30px 0;
}

.single_blog .title {
    text-align: center;
}

.single_blog .title {
    width: 60%;
    margin: 0 auto 30px;
}

.single_blog .title h2 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 400;
    color: #333333;
}

.single_blog_content .container {
    max-width: 700px;
}

.single_blog_content p {
    font-weight: 300;
}

.single_blog_content h2 span {
    color: #333333 !important;
}

.single_blog_content a {
    color: #333333;
    text-decoration: underline;
}

.single_blog_content h2 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}

@media (max-width:991px){ 
    .single_blog_content p {
        font-size: 14px;
    }
    .single_blog_content .container {
        max-width: 100%;
    }
    .single_blog .title {
        width: 100%;
    }
    .single_blog .title h2 {
        font-size: 35px;
    }
}

@media (max-width:767px){ 
    .page-header {
        padding: 35px 0;
    }
    .single_blog .title h2 {
        font-size: 28px;
    }
    .page-header h1 {
        font-size: 30px;
    }
}





