.topbar-section .topbar-container {
  height: 42px;
  display: flex; }
.topbar-section .topbar-item {
  max-width: 158px;
  width: 100%;
  padding: 0 16px;
  display: flex; }
.topbar-section .topbar-item-link {
  line-height: 0;
  margin: auto;
  max-width: 111px;
  width: 100%; }
.topbar-section .topbar-item-logo {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .topbar-section .topbar-container {
    height: 36px; } }
@media only screen and (max-width: 749px) {
  .topbar-section .topbar-item {
    max-width: 127px; } }
