.popular-neighborhoods {
  @apply bg-[#f0f0f0];

  .popular-item-group {
    @apply flex gap-8 flex-wrap max-w-screen-xl mx-auto justify-center items-start;
  }

  article {
    @apply max-w-md m-0 p-0;

    header {
      @apply bg-white drop-shadow-lg m-0 gap-0 sm:gap-2;

      figure {
        @apply h-full;

        img {
          @apply h-full;
        }
      }

      .item-text {
        @apply px-2 md:px-0 py-4 pr-4 self-start;
      }
    }
  }
}
