#single_news_header .title,
.post_content p,
.category a,
.widget_content .widget_headline span,
.widget_recent_entries li a,
#next_prev_post a,
.single_copy_title_url_btn,
.title_area .title.entry-title,
.widget_tab_post_list_button div,
.widget_tag_cloud .tagcloud a,
.widget_tab_post_list .title span,
.post_content li,
.post_content li span,
.post_content p span,
.recommend_post_wrap .headline,
.recommend_post_wrap .title span{
  color:#333333;
}

.post_content h2:not(.entry-title) {
    font-weight:900;
    font-size: clamp(30px,3vw,36px);
    border-left:7px solid #5776A1;  
    line-height:170%;
    margin-bottom:30px;
    color:#333333;
    margin-top: 60px;
    padding-left:30px;
    text-align:left;
}
@media (max-width:767px){
   .post_content h2:not(.entry-title){ 
       margin-top: 50px;
       margin-bottom:20px;
       padding-left:20px;
    }
}

.post_content h3{
    font-size: (24px,3vw,30px);
    color: #333;
    font-weight:700;
    line-height:170%;
    margin:0 0 10px;
}

.wp-block-kadence-googlemaps{
    margin-bottom:30px;
}
.post_content th{
    background: #FFFFFF;
}
.post_content td, .post_content th{
      border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

#next_prev_post .item{
    border: 1px solid #d9d9d9;
}