.mol-counter {
  @apply flex justify-between items-center;

  .counter-item {
    @apply relative;
    @apply text-center;

    .number {
      @apply text-h2;
      @apply font-medium;
      @apply text-black;
    }

    .text {
      @apply px-4;
    }
  }

  .atm-slash {
    @apply block;
  }

  .atm-slash:nth-child(4),
  .counter-item:nth-child(5) {
    @apply hidden md:block;
  }

  .atm-slash:nth-child(6) {
    @apply hidden;
  }
}
