/* Block: product-intro */
/* Location: resources/css/blocks/product-intro.css */

.product-benefit {
  @apply border-b border-[var(--field-border)];
}

.product-benefit:last-child {
  @apply border-b-0;
}

.product-benefit:nth-last-child(-n + 2) {
  @apply lg:border-b-0;
}
