@media (max-width: 767px) {
  .floating-menu {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
  }

  .fm-menu {
    flex-direction: row;
    border-radius: 50px;
    padding: 8px 14px;
  }

  .fm-logo {
    display: none;
  }

  .content-area {
    margin: 10px;
  }

  #category h4{
    text-align: center;
    margin-bottom: 20px;
  }

  .category-item img {
    width: 60px;
    height: 60px;
  }

}