.header ._only-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header ._only-mobile img {
  max-width: calc(50% - 10px - 25px);
}
