.post-content h2 {
    margin-top: 22px;
    color: #1e1d1d;
    margin-bottom: 25px;
    margin-top: 35px;
    font-weight: 700;
}

.post-content h3 {
    font-size: 30px;
}


.inner_main h2 {
    margin-top: 22px;
    color: #1e1d1d;
    margin-bottom: 25px;
    margin-top: 35px;
    font-weight: 700;
}

.darkred, .inner_page_main h3 {
    color: #9c0b00;
}

.inner_breadcome h1, .inner_main h2 {
    padding-bottom: 15px;
    font-family: texgyreadventorbold;
}

.link_list, .news-thumb, .search_sec {
    float: right;
}

@media only screen and (max-width: 1366px) {

    .post-content h2 {
        font-size: 22px;
    }

    .post-content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {

    .post-content h2 {
        font-size: 18px;
    }

    .post-content h3 {
        font-size: 18px;
    }


}