.menu-items .row {
  gap: 15px 0;
}
.menu-items .icon-wrap {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.menu-items .icon-wrap img {
  height: 28px;
  width: 28px;
  object-fit: contain;
}