.talkwise-site .phase2-section2 {
  position: relative;
  overflow: hidden;
  color: #35483e;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, .82), transparent 32%),
    linear-gradient(145deg, #f4eee6 0%, #eee6dc 56%, #e8ddd0 100%);
  border-top: 1px solid #ded4c7;
  border-bottom: 1px solid rgba(125, 96, 69, .18);
  padding-block: clamp(46px, 5.2vw, 72px);
}

.talkwise-site .phase2-section2::before {
  content: "";
  position: absolute;
  top: clamp(56px, 8vw, 110px);
  right: max(24px, calc(50vw - 580px));
  width: clamp(54px, 8vw, 96px);
  height: 1px;
  background: linear-gradient(90deg, rgba(169, 120, 85, .15), #a97855);
}

.talkwise-site .phase2-section2__inner {
  width: min(100%, 800px);
  margin-inline: auto;
}

.talkwise-site .phase2-section2__opening .section-label {
  font-family: Lora, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: .08em;
}

.talkwise-site .phase2-section2__opening h2 {
  max-width: 17ch;
  margin: 0 0 clamp(22px, 3vw, 32px);
  color: #293b2c;
  font-family: Lora, Georgia, serif;
  font-size: clamp(2.3rem, 3.8vw, 3.7rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.034em;
  text-wrap: balance;
}

.talkwise-site .phase2-section2 p {
  max-width: 65ch;
  margin: 0;
  color: #46544c;
  font-size: clamp(1.08rem, 1.35vw, 1.2rem);
  line-height: 1.82;
  text-wrap: pretty;
}

.talkwise-site .phase2-section2__trust {
  max-width: 24ch !important;
  margin-top: clamp(20px, 2.6vw, 28px) !important;
  color: #304b3e !important;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.65rem, 2.35vw, 2.2rem) !important;
  font-weight: 500;
  line-height: 1.3 !important;
}

.talkwise-site .phase2-section2__exploration {
  display: grid;
  gap: clamp(22px, 3vw, 30px);
  margin-top: clamp(36px, 4.5vw, 52px);
  padding-left: clamp(20px, 3.5vw, 42px);
  border-left: 2px solid rgba(169, 120, 85, .42);
}

.talkwise-site .phase2-section2__challenge {
  margin-top: clamp(46px, 5.5vw, 66px);
  padding: clamp(28px, 3.8vw, 42px) 0;
  border-top: 1px solid rgba(125, 96, 69, .24);
  border-bottom: 1px solid rgba(125, 96, 69, .24);
}

.talkwise-site .phase2-section2__challenge h3 {
  max-width: 18ch;
  margin: 0 0 clamp(24px, 3vw, 34px);
  color: #293b2c;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.65rem, 2.35vw, 2.2rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.talkwise-site .phase2-section2__autonomy {
  margin-top: clamp(36px, 4.5vw, 52px);
}

.talkwise-site .phase2-section2__choice {
  max-width: 31ch !important;
  margin-bottom: clamp(20px, 3vw, 28px) !important;
  color: #304b3e !important;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem) !important;
  font-weight: 500;
  line-height: 1.34 !important;
}

.talkwise-site .phase2-section2__action {
  margin-top: clamp(28px, 3.8vw, 40px);
}

@media (max-width: 760px) {
  .talkwise-site .phase2-section2::before {
    top: 46px;
    right: 24px;
    width: 46px;
  }

  .talkwise-site .phase2-section2__opening h2 {
    font-size: clamp(2rem, 8.6vw, 2.55rem);
    line-height: 1.12;
  }

  .talkwise-site .phase2-section2__trust,
  .talkwise-site .phase2-section2__challenge h3 {
    font-size: 1.7rem !important;
    line-height: 1.32 !important;
  }

  .talkwise-site .phase2-section2__choice {
    font-size: 1.55rem !important;
  }

  .talkwise-site .phase2-section2 p {
    font-size: 1.08rem;
    line-height: 1.78;
  }

  .talkwise-site .phase2-section2__exploration {
    margin-top: 34px;
    padding-left: 20px;
  }

  .talkwise-site .phase2-section2__challenge {
    margin-top: 44px;
    padding-block: 30px;
  }

  .talkwise-site .phase2-section2__action {
    width: 100%;
  }
}
