.logo-btn {
  /* width: 88px; */
  height: 50px;
  /* background: #2563eb; */
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */

}
.logo-btn  span {
    text-align: center;
    width: 70px;
    height: 50px;
    color: #000;
    background: #fff;
    line-height: 50px;
}
.logo-btn span:nth-last-child(2) {
    margin-right: 10px;
}

.logo-btn >:last-child {
    text-align: center;
    width: 88px;
    height: 50px;
    color: #fff;
    background: #2563eb;
    line-height: 50px;
}
.header-logo-btn {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
