.tour-tabs::before,
.tour-panel::after,
.field-section::after,
.operations-section-marketing::after,
.hero-product-stage__ledger {
  display: none !important;
}

.connection-line svg {
  display: block;
}

.hero-product-stage__label {
  border-left: 0;
  padding-left: 0;
}

.site-footer .shell {
  grid-template-columns: auto 1fr auto auto;
}

.site-footer .shell > :nth-child(2) {
  justify-self: end;
}

@media (max-width: 767px) {
  .site-footer .shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .site-footer .shell > :nth-child(2) {
    justify-self: center;
  }
}
