.post_content h2 {
    margin-bottom: unset;
    line-height: 120%;
}
.post_content h2 a{
	color: #000;
	font-size: 24px;
}
p.authoedetails {
    color: #666;
    margin-bottom: 20px;
}
.chro_data {
    color: black;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}
.caus_data {
    color: #12777F;
    font-weight: bold;
    font-size: 18px;
}
.hr_line {
    border: 1px solid #12777f;
}
.view_pro {
    background: #0097a2;
    box-shadow: none;
    border: 1px solid;
    padding: 10px;
    color: #fff;
}
.post_content h2:hover a{
    text-decoration: underline !important;
}
@media (min-width: 1251px) and (max-width: 1350px) {

}
@media (min-width: 1025px) and (max-width: 1250px) {
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px){

}
@media (min-width: 481px) and (max-width: 767px) {
}
@media (min-width: 100px) and (max-width: 480px) {
}

