@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px) {
.post_title {
    font-size: 16px!important;
}
h1{
font-size:8px!important;
}
#breadcrumbs {
  overflow-x: hidden;
  max-width: 100%;
}
.breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs_list__item {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.breadcrumbs_list__item a,
.breadcrumbs_list__item span {
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.site_header {
height:80px!important;
}
h1{
margin-top:-11px!important;
width:100%!important;
line-height:1.2em!important;
}
#content {
  padding-top_: 3.9285714286rem;
  padding-top: 7.4rem!important;
}
}