.header {
  margin-top: 20px;

  &__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  &__logo, &__age {
    @media (max-height: 650px) {
      max-height: 20px;
      object-fit: contain;
    }
  }

  &__right {
    width: 40px;
    @media (max-height: 650px) {
      width: 20px;
    }
  }
}