.talkwise-site .phase2-section3 {
  color: #35483e;
  background: #f8f4ed;
  border-bottom: 1px solid rgba(125, 96, 69, .2);
}

.talkwise-site .phase2-section3__story {
  width: min(100%, 780px);
  margin-inline: auto;
  padding: clamp(64px, 8vw, 110px) max(24px, 4vw);
}

.talkwise-site .phase2-section3__header h2 {
  max-width: 13ch;
  margin: 0 0 clamp(30px, 4vw, 46px);
  color: #293b2c;
  font-family: Lora, Georgia, serif;
  font-size: clamp(2.65rem, 4.6vw, 4.35rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.talkwise-site .phase2-section3__opening {
  margin: 0;
  color: #304b3e;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.55rem, 2.45vw, 2.15rem);
  font-weight: 400;
  line-height: 1.5;
  text-wrap: pretty;
}

.talkwise-site .phase2-section3__narrative {
  display: grid;
  gap: 1.45rem;
  margin-top: clamp(46px, 6vw, 70px);
}

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

.talkwise-site .phase2-section3__turn {
  max-width: 34ch !important;
  margin: clamp(24px, 3vw, 34px) 0 clamp(12px, 2vw, 20px) !important;
  color: #304b3e !important;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.55rem, 2.35vw, 2.05rem) !important;
  font-weight: 500;
  line-height: 1.38 !important;
}

.talkwise-site .phase2-section3__conclusion {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  margin-top: clamp(62px, 8vw, 96px);
  padding-top: clamp(38px, 5vw, 58px);
  border-top: 1px solid rgba(125, 96, 69, .3);
}

.talkwise-site .phase2-section3__experience {
  color: #293b2c !important;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem) !important;
  font-weight: 500;
  line-height: 1.38 !important;
}

.talkwise-site .phase2-section3__final {
  max-width: 29ch !important;
  margin-top: clamp(38px, 5vw, 60px) !important;
  color: #8e5f42 !important;
  font-family: Lora, Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.1rem) !important;
  font-weight: 500;
  line-height: 1.24 !important;
  letter-spacing: -.025em;
}

.talkwise-site .phase2-section3__background {
  padding: clamp(64px, 7vw, 92px) max(24px, calc(50vw - 580px));
  color: #f8f4ed;
  background: #2f493d;
}

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

.talkwise-site .phase2-section3__background .section-label {
  color: #dfc5aa;
}

.talkwise-site .phase2-section3__background h3 {
  max-width: 18ch;
  margin: 0;
  color: #fffaf3;
  font-family: Lora, Georgia, serif;
  font-size: clamp(2.25rem, 3.5vw, 3.45rem);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.talkwise-site .phase2-section3__credentials {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 92px);
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: clamp(34px, 4vw, 46px);
  border-top: 1px solid rgba(239, 224, 207, .32);
}

.talkwise-site .phase2-section3__background h4 {
  margin: 0 0 22px;
  color: #dfc5aa;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.talkwise-site .phase2-section3__qualifications {
  display: grid;
  gap: 28px;
  margin: 0;
}

.talkwise-site .phase2-section3__qualifications div {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(239, 224, 207, .18);
}

.talkwise-site .phase2-section3__qualifications dt {
  color: #fffaf3;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  line-height: 1.35;
}

.talkwise-site .phase2-section3__qualifications dd {
  margin: 7px 0 0;
  color: #d9ddd7;
  font-size: .98rem;
  line-height: 1.55;
}

.talkwise-site .phase2-section3__qualifications dd:empty {
  display: none;
}

.talkwise-site .phase2-section3__credentials ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.talkwise-site .phase2-section3__credentials li {
  position: relative;
  padding-left: 17px;
  color: #edf0eb;
  font-size: .98rem;
  line-height: 1.55;
}

.talkwise-site .phase2-section3__credentials li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c89b74;
}

.talkwise-site .phase2-section3__standing {
  margin-top: clamp(44px, 5vw, 62px);
  padding-top: 32px;
  border-top: 1px solid rgba(239, 224, 207, .32);
}

.talkwise-site .phase2-section3__standing p {
  margin: 0;
  color: #fffaf3;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.55;
}

.talkwise-site .phase2-section3__standing span {
  margin-inline: .38em;
  color: #c89b74;
}

@media (max-width: 760px) {
  .talkwise-site .phase2-section3__story {
    padding: 54px 24px 68px;
  }

  .talkwise-site .phase2-section3__header h2 {
    font-size: clamp(2.35rem, 10.5vw, 3rem);
  }

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

  .talkwise-site .phase2-section3__narrative {
    gap: 1.25rem;
    margin-top: 42px;
  }

  .talkwise-site .phase2-section3__narrative > p,
  .talkwise-site .phase2-section3__conclusion > p {
    font-size: 1.06rem;
    line-height: 1.78;
  }

  .talkwise-site .phase2-section3__turn {
    margin-block: 22px 10px !important;
    font-size: 1.55rem !important;
  }

  .talkwise-site .phase2-section3__conclusion {
    margin-top: 52px;
    padding-top: 34px;
  }

  .talkwise-site .phase2-section3__experience {
    font-size: 1.65rem !important;
  }

  .talkwise-site .phase2-section3__final {
    margin-top: 30px !important;
    font-size: 2rem !important;
  }

  .talkwise-site .phase2-section3__background {
    padding: 58px 24px 66px;
  }

  .talkwise-site .phase2-section3__background h3 {
    font-size: 2.3rem;
  }

  .talkwise-site .phase2-section3__credentials {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 42px;
  }

  .talkwise-site .phase2-section3__credentials ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .talkwise-site .phase2-section3__standing p {
    font-size: 1.25rem;
  }
}
