.Section {
  position: relative;
  margin: 0;
  padding: 30px 0;
}

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

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

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

.Section {

  .Section-content {
      padding-right: 20px;
      padding-left: 20px;
  }
}
    }

.Section.PaddingTop-0 {
    padding-top: 0;
  }

.Section.PaddingBottom-0 {
    padding-bottom: 0;
  }

.Section {

  .Section-content.u-contentWidth--full {
    padding: 72px 0 !important;
  }

  .Section-content.u-contentWidth--full {
    width: 100%;
    max-width: 100%;
  }

  .Section-content.u-contentWidth--small {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {

.Section {
    .Section-content.u-contentWidth--small {
      max-width: 100%;
    }
}
  }

.Section::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: -20px;
    display: block;
    width: 120px;
    height: 20px;
    border-bottom-right-radius: 90%;
    border-bottom-left-radius: 90%;
  }

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

.Section::after {
      right: 52px;
      bottom: -37px;
      width: 241px;
      height: 37px;
  }
    }

.Section::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -13px;
    left: 0;
    display: block;
    width: 100%;
    height: 13px;
    background-color: #2e9fe3;
  }

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

.Section::before {
      bottom: -25px;
      height: 25px;
  }
    }

.Section-separator {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -31px;
  height: 31px;
}

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

.Section-separator {
    bottom: -61px;
    height: 61px;
}
  }

.Section.Theme--blue .Section-separator,
.Section:last-child .Section-separator {
  display: none;
}

.Section.Theme--blue::before,
.Section:last-child::before {
  display: none;
}
