#section_content{
 display: none
}


/* < breadcrumbs */
#header_breadcrumbs{ display: none;
 background: var(--color-main);
 box-shadow: 0 0 1vmax rgba(0, 0, 0, 0.2) inset;
 color: rgba(0, 0, 0, 0.8);
 width: 100%; max-width: 100%
}
#header_breadcrumbs > div{
 padding: 1vmax 0
}

#header_breadcrumbs h2{
 font-size: 1.4rem
}
/* > breadcrumbs */