
.tmenu-mobile__container button {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 15px 0 0 0;
}

.tmenu-mobile__container button span {
  width: 100%;
  height: 3px;
  background-color: #fff !important;
  border-radius: 5px;
}