	.body_page {
    border-bottom: 1px solid #ddd;
}

p span {
    line-height: 2 !important;
}
li {
    line-height: 1.2;
}

.title_h1 {
    font-size: 35px;
    font-weight: 500;
    text-align: left;
}

.bp_lb_user, .bp_lb_comment {
    display: none;
}

.bp_news_info {
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.content_text_details {
    text-align: justify;
    font-size: 15px;
}

.content_text_details h2 {
    font-weight: 500;
    margin: 20px 0 15px;
}

.content_text_details h3 {
    font-weight: 500;
    margin: 15px 0 10px;
}

.content_text_details li {
    list-style: initial;
}

.content_text_details p {
    margin-bottom: 10px;
}



@media (max-width: 767px) {
    
    .content_text_details h2 {
        font-size: 22px;
    }
    
    .content_text_details h3 {
        font-size: 18px;
    }
    
    .body_page {
        padding: 50px 0;
    }
    
    .title_h1 {
        font-size: 28px;
        
    }

}












