.talkwise-site .phase2-section5 {
  padding: clamp(56px, 6.5vw, 88px) max(24px, 4vw);
  color: #35483e;
  background:
    linear-gradient(180deg, rgba(235, 229, 219, .82), rgba(248, 244, 237, .96) 19%, #f8f4ed 100%);
  border-bottom: 1px solid rgba(125, 96, 69, .22);
}

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

.talkwise-site .phase2-section5__header h2 {
  max-width: 13ch;
  margin: 0 0 clamp(22px, 2.8vw, 32px);
  color: #293b2c;
  font-family: Lora, Georgia, serif;
  font-size: clamp(2.65rem, 4.4vw, 4.2rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.talkwise-site .phase2-section5__lead {
  max-width: 38ch;
  margin: 0;
  color: #304b3e;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 1.46;
  text-wrap: pretty;
}

.talkwise-site .phase2-section5__flow {
  margin-top: clamp(34px, 4.2vw, 48px);
}

.talkwise-site .phase2-section5__passage {
  padding: clamp(25px, 3.2vw, 36px) 0;
  border-top: 1px solid rgba(125, 96, 69, .25);
}

.talkwise-site .phase2-section5__passage:first-child {
  padding-top: 0;
  border-top: 0;
}

.talkwise-site .phase2-section5__passage h3 {
  max-width: 31ch;
  margin: 0 0 clamp(14px, 1.8vw, 20px);
  color: #304b3e;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.talkwise-site .phase2-section5__passage p {
  max-width: 66ch;
  margin: 0;
  color: #46544c;
  font-size: clamp(1.05rem, 1.24vw, 1.15rem);
  line-height: 1.82;
  text-wrap: pretty;
}

.talkwise-site .phase2-section5__passage p + p {
  margin-top: 1.1rem;
}

.talkwise-site .phase2-section5__conclusion {
  margin-top: clamp(22px, 3vw, 34px);
  padding-top: clamp(30px, 4vw, 44px);
  border-top: 1px solid rgba(125, 96, 69, .34);
}

.talkwise-site .phase2-section5__conclusion p {
  max-width: 31ch;
  margin: 0;
  color: #8e5f42;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -.022em;
  text-wrap: balance;
}

@media (max-width: 760px) {
  .talkwise-site .phase2-section5 {
    padding: 48px 24px 58px;
  }

  .talkwise-site .phase2-section5__header h2 {
    font-size: clamp(2.35rem, 10vw, 2.9rem);
  }

  .talkwise-site .phase2-section5__lead {
    font-size: 1.45rem;
    line-height: 1.48;
  }

  .talkwise-site .phase2-section5__flow {
    margin-top: 30px;
  }

  .talkwise-site .phase2-section5__passage {
    padding: 23px 0;
  }

  .talkwise-site .phase2-section5__passage h3 {
    font-size: 1.62rem;
    line-height: 1.34;
  }

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

  .talkwise-site .phase2-section5__conclusion {
    margin-top: 16px;
    padding-top: 28px;
  }

  .talkwise-site .phase2-section5__conclusion p {
    font-size: 1.85rem;
  }
}
