.Section {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}@media screen and (min-width: 601px) {.Section {
    padding-top: 70px;
    padding-bottom: 70px;
}
  }

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

.Section--lightBlue {
  background-color: #f4f9f9;
}

.Section--brightBlue {
  background-color: #50b4ea;
  color: #ffffff;
}

.Section--brightBlue .Text,
  .Section--brightBlue .Text p {
    color: #ffffff;
  }
