.vinli-cluster {
  margin-bottom: 2em;

  &__header {
    background: palette(gray, xx-light);
    border-bottom: 1px solid palette(gray, x-light);
    margin: 0;
    padding: 1em 2em;
  }

  &__item {
    background: white;
    border-bottom: 1px solid palette(gray, x-light);
    padding: 2em;
  }

  &__item,
  &__header {
    @include gmq(palm) {
      padding: 1em;
    }
  }
}
