.paragraph--type-hero-wavy.paragraph--view-mode-full {
  padding: 135px 0 30px 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1220px) {
  .paragraph--type-hero-wavy.paragraph--view-mode-full {
    padding-top: 185px;
  }
}

.paragraph--type-hero-wavy.paragraph--view-mode-full {
  background: #019de0 url(../../images/hero-wave-blue.png) top center;
  background-size: 150% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .paragraph--type-hero-wavy.paragraph--view-mode-full {
    background-size: 100% auto;
  }
}
.paragraph--type-hero-wavy.paragraph--view-mode-full.component--color-blue {
  background-color: #019de0;
  background-image: url(../../images/hero-wave-blue.png);
}
.paragraph--type-hero-wavy.paragraph--view-mode-full.component--color-bluedark {
  background-color: #0f369b;
  background-image: url(../../images/hero-wave-blue-dark.png);
}
.paragraph--type-hero-wavy.paragraph--view-mode-full.component--color-orange {
  background-color: #eb3f21;
  background-image: url(../../images/hero-wave-orange.png);
}
.paragraph--type-hero-wavy.paragraph--view-mode-full.component--color-purple {
  background-color: #6f2be4;
  background-image: url(../../images/hero-wave-purple.png);
}

  
  .paragraph--type-hero-wavy.paragraph--view-mode-full .more-link a {
    background-color: rgba(0,0,0,0.7);
    background-position-x:4px;
    padding: 2px 8px 2px 20px;
    color: #fff;
  }
    .paragraph--type-hero-wavy.paragraph--view-mode-full .more-link a:hover {
      background-color: rgba(0,0,0,0.9);
    }

  .paragraph--type-hero-wavy.paragraph--view-mode-full h1 {
    font-size: 45px;
    line-height: 1;
    padding: 0;
    margin: 20px 0;
    display: block;
    color: #fff;
  }
  @media (min-width: 768px) {
    .paragraph--type-hero-wavy.paragraph--view-mode-full h1 {
      font-size: 80px;
    }
  }

  .paragraph--type-hero-wavy.paragraph--view-mode-full p {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
  }
  @media (min-width: 768px) {
    .paragraph--type-hero-wavy.paragraph--view-mode-full p {
      font-size: 24px;
    line-height: 1.7;
    }
  }

  .paragraph--type-hero-wavy.paragraph--view-mode-full p:last-child {
    margin-bottom: 0;
  }
