#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;
}

@media only screen and (min-width: 1000px) {
  #seo .cs-two-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 90rem;
    margin: 0 auto;
    gap: 2rem;
  }
  .cs-two-col .cs-col.text {
    width: 55%;
  }
  .cs-two-col .cs-col.text p {
    width: 100%;
    padding-right: 2em;
  }
  .cs-two-col .cs-col.picture {
    width: 45%;
  }
}
@media only screen and (max-width: 999px) {
  #seo .cs-two-col {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: clamp(1.5rem, 1rem + 2vw, 4rem) auto 0 auto;
  }
  .cs-two-col .cs-col.picture {
    display: none;
  }
  .cs-two-col .cs-col.text {
    width: 100%;
  }
}
#seo {
  margin: clamp(1.5rem, 1rem + 2vw, 4rem) auto 0 auto;
}
.cs-col {
  display: flex;
  flex-direction: column;
  width: 85%;
  max-width: 90rem;
  margin: 0 auto;
}

.cs-two-col .cs-topper,
.cs-col .cs-topper {
  color: oklch(37.3% 0.034 259.733);
  font-size: clamp(1.25em, calc(1.068em + 0.909vw), 1.75em);
  text-transform: capitalize;
  padding: 0.5em 0;
  font-weight: 600;
}
.cs-col ul {
  padding-left: 2rem;
}
.cs-col li {
  list-style-type: disc;
}
.cs-two-col p,
.cs-col li,
.cs-col p {
  width: 100%;
  color: oklch(37.3% 0.034 259.733);
  padding-bottom: 1em;
  font-size: clamp(1em, calc(0.946em + 0.179vw), 1.125em);
  margin: 0 auto;
  text-wrap: pretty;
  line-height: 1.4;
}
.cs-two-col .cs-title,
.cs-col .cs-title {
  width: 100%;
  color: oklch(29.3% 0.066 243.157);
  font-size: clamp(1.25em, calc(0.286em + 3.214vw), 2.5em);
  text-transform: uppercase;
  text-wrap: balance;
  padding-bottom: 0.3em;
}
.cs-col .cs-title.lite {
  font-size: clamp(1.25em, calc(0.977em + 1.364vw), 2em);
  margin-top: 1em;
}

#curve-banner .cs-container span {
  font-weight: 700;
  font-size: clamp(1.125em, calc(0.08em + 5.227vw), 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;
  }
  #seo .cs-two-col {
    width: 90%;
  }
  .cs-col {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  #curve-banner {
    height: 17em;
  }
  .down-curve svg {
    height: 8em;
  }
}
