#curve-banner {
  height: 25em;
  background: linear-gradient(to right, oklch(43.2% 0.232 292.759), #1e1a4d);
  padding-top: 9rem;
  position: relative;
  margin-top: -180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.down-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.down-curve svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 15em;
}

.down-curve .shape-fill {
  fill: #ffffff;
}

#web-design .cs-two-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  gap: 2rem;
}
.cs-two-col .cs-col.paragraph {
  width: 100%;
}
.cs-two-col .cs-col.picture {
  width: 85%;
}
.cs-two-col p {
  width: 100%;
}
.cs-two-col .cs-title {
  width: 100%;
  color: oklch(27.5% 0.011 216.9);
  font-size: clamp(1.25em, calc(0.286em + 3.214vw), 2.5em);
  text-transform: uppercase;
  text-wrap: balance;
  letter-spacing: -0.02em;
  padding-bottom: 0.8em;
}
#curve-banner .cs-container span {
  font-weight: 700;
  font-size: clamp(2em, calc(1.5em + 2.5vw), 4em);
  width: 60%;
  text-wrap: balance;
  min-width: 600px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: white;
}

@media only screen and (max-width: 1080px) {
  #curve-banner {
    height: 20em;
  }
  .down-curve svg {
    height: 10em;
  }
}
@media only screen and (max-width: 800px) {
  #curve-banner {
    height: 18em;
  }
  .down-curve svg {
    height: 9em;
  }
}
@media only screen and (max-width: 540px) {
  #curve-banner {
    height: 17em;
  }
  .down-curve svg {
    height: 8em;
  }
}
