.SectionWaves {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: var(--clr-blue);
}.SectionWaves::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 168px;
    background-image: url('../Images/SectionWaves.svg');
    background-size: cover;
    transform: translateY(50%);
  }@media screen and (min-width: 2000px) {.SectionWaves::after {
      height: 198px;
  }
    }
