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

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

#about {
  width: 100%;
}
#about .cs-container {
  width: 96%;
  max-width: 86rem;
  display: flex;
  gap: 4em;
  margin: 0 auto;
  justify-content: center;
}
#about .cs-img-group {
  padding: 3em 0 0.4em 0;
  width: 50%;
  font-size: clamp(1.125em, calc(0.75em + 1.25vw), 2em);
  display: flex;
}
#about .cs-picture {
  display: block;
}
#about .cs-picture1 {
  width: 80%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 26px rgb(0 0 0 / 0.04);
}
#about .cs-picture1 img {
  width: auto;
  height: 700px;
  display: block;
  border-radius: 2em 2em 0.8em 2em;
  object-fit: cover;
  object-position: center;
}
#about .paragraph-container {
  width: 45%;
}
#about .paragraph {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#about .paragraph h3 {
  width: 100%;
}
#about .paragraph h1 {
  font-size: clamp(1.5em, calc(1.071em + 1.429vw), 2.5em);
  width: 100%;
}
#about .paragraph p {
  width: 100%;
}
#about .btn-styling {
  margin: 1em auto;
}
@media only screen and (max-width: 1080px) {
  #about-banner {
    height: 20em;
  }
  .down-curve svg {
    height: 10em;
  }
}
@media only screen and (max-width: 800px) {
  #about-banner {
    height: 18em;
  }
  .down-curve svg {
    height: 9em;
  }
}
@media only screen and (max-width: 540px) {
  #about-banner {
    height: 17em;
  }
  .down-curve svg {
    height: 8em;
  }
}
