.growth-section {
  padding: 18px 0 96px;
}

.growth-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.growth-heading h2 {
  max-width: 720px;
  margin: 10px 0 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.growth-card {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #e6e3ed;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(31, 23, 62, .09);
}

.growth-card + .growth-card {
  margin-top: 24px;
}

.growth-media {
  min-height: 430px;
  overflow: hidden;
  background: #f1edff;
}

.growth-card--developer .growth-media {
  background: #eef7fb;
}

.growth-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.growth-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 68px);
}

.growth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6548dc;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.growth-copy h3 {
  max-width: 590px;
  margin: 0;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.growth-copy h3 span {
  color: #6548dc;
}

.growth-copy p {
  max-width: 580px;
  margin: 23px 0 0;
  color: #696575;
  font-size: 16px;
  line-height: 1.65;
}

.growth-copy .btn {
  margin-top: 28px;
  padding: 13px 20px;
  border-radius: 13px;
  font-weight: 800;
}

.growth-note {
  display: block;
  max-width: 540px;
  margin-top: 14px;
  color: #8a8593;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .growth-card {
    grid-template-columns: 1fr;
  }

  .growth-card .growth-media {
    order: 1;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .growth-card .growth-copy {
    order: 2;
  }
}

@media (max-width: 560px) {
  .growth-section {
    padding-bottom: 72px;
  }

  .growth-card {
    border-radius: 23px;
  }

  .growth-copy {
    padding: 30px 23px 34px;
  }

  .growth-copy h3 {
    font-size: 32px;
  }
}
