@media only screen and (max-width: 767px) {
  .profile {
    display: block !important;
    text-align: center;
  }

  .menu img {
    height: 50px;
    width: 50px;
  }
  .menu h2 {
    font-size: 14px;
  }
  .menu {
    gap: 10px;
  }
}
