.Section {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 601px) {

.Section {
    padding-top: 80px;
    padding-bottom: 80px;
}
  }

.Section--v1 {
  background-color: var(--background--v1);
}

.Section--v2 {
  background-color: var(--background--v2);
}

.Section-content {
  display: flex;
  flex-direction: column;
}
