.left-menu-button {
  display: flex;
  margin-right: 16px;
}

.show-left-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: 72px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--color-secondary);
  border: none;
  cursor: pointer;
}

.show-left-menu span span:last-of-type {
  font-size: 9px;
}

@media (min-width: 768px) {
  .show-left-menu {
    width: 72px;
    min-height: 72px;

  }
}
