.tx-sf-banners > div {
  display: grid;
  grid-gap: var(--g-gap-s);
}

.banner {
  border: 1px solid rgb(var(--c-neutral-light));
}