.header-inner > .left img {
  height: 65px;
  width: 300px;
}
#page > div:nth-child(3) {
  background-color: #fce6dc;
}
html > body > div:nth-child(4) > div > nav > ul > li:nth-child(3) > a > span {
  font-family: 'Arial Black', Gadget, sans-serif;
}
.site-menu .menu-item .menu-text {
  font-size: 11px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .site-menu .menu-item .menu-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 375px) {
  .header-inner > .mobile-col img {
    height: 60px;
  }
}
