.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;

  &_logo {
    height: 34px;
    background-size: contain;
  }
    &_title {
      flex-grow: 1;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
    }
}