.layout.layout--twocol-section {
  gap: 3rem;
}

.layout.layout--twocol-section > div {
  flex-basis: 100% !important;
  overflow: auto;
  padding: 2rem 1rem;
}

.layout--twocol-section.sh-layout-bg-col-1 > div:nth-child(1) {
  color: #fff;
  background: rgba(var(--color-secondary), 1);
}

.layout--twocol-section.sh-layout-bg-col-2 > div:nth-child(2) {
  color: #fff;
  background: rgba(var(--color-secondary), 1);
}

/*===== Resets =====*/

div.header-banner {
  margin-bottom: 0;
}

footer {
  padding-top: 0 !important;
}

@media (min-width: 1024px) {
  .layout.layout--twocol-section {
    display: flex;
    flex-wrap: nowrap;
  }

  .layout.layout--twocol-section > div {
    padding: 3rem;
  }
}
