#scroll_navigation .tab_item{
  font-weight: bold;
}
.single_service_item{
  grid-template-columns: 1fr;
  grid-gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.12)
}
.single_service_item .left .name{
  font-weight: bold;
}
.single_service_item .center{
  display: none;
}

.single_social_share .name{
  display: none;
}
#share_buttons .share_url{
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
