.talkwise-site .phase2-section4 {
  padding: clamp(62px, 7.5vw, 104px) max(24px, calc(50vw - 580px));
  color: #35483e;
  background:
    radial-gradient(circle at 8% 7%, rgba(227, 214, 197, .46), transparent 27%),
    #fbf8f2;
  border-bottom: 1px solid rgba(125, 96, 69, .2);
}

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

.talkwise-site .phase2-section4__header {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  column-gap: clamp(50px, 8vw, 112px);
  align-items: end;
}

.talkwise-site .phase2-section4__header .section-label,
.talkwise-site .phase2-section4__header h2 {
  grid-column: 1;
}

.talkwise-site .phase2-section4__header h2 {
  max-width: 13ch;
  margin: 0;
  color: #293b2c;
  font-family: Lora, Georgia, serif;
  font-size: clamp(2.55rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.talkwise-site .phase2-section4__header > p:not(.section-label) {
  grid-column: 2;
  margin: 0;
  color: #46544c;
  font-size: clamp(1.05rem, 1.22vw, 1.14rem);
  line-height: 1.78;
  text-wrap: pretty;
}

.talkwise-site .phase2-section4__intro {
  align-self: end;
  margin-bottom: 16px !important;
  color: #304b3e !important;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 1.8rem) !important;
  line-height: 1.4 !important;
}

.talkwise-site .phase2-section4__pathways {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(54px, 7vw, 84px);
  border-top: 1px solid rgba(125, 96, 69, .3);
}

.talkwise-site .phase2-section4__pathways article {
  padding: clamp(34px, 4.5vw, 54px) clamp(12px, 4vw, 48px) clamp(38px, 5vw, 60px) 0;
  border-bottom: 1px solid rgba(125, 96, 69, .26);
}

.talkwise-site .phase2-section4__pathways article:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(28px, 4vw, 48px);
  border-left: 1px solid rgba(125, 96, 69, .22);
}

.talkwise-site .phase2-section4__pathways h3 {
  max-width: 18ch;
  margin: 0 0 18px;
  color: #304b3e;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.talkwise-site .phase2-section4__pathways p {
  max-width: 50ch;
  margin: 0;
  color: #4b574f;
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.talkwise-site .phase2-section4__ending {
  width: min(100%, 760px);
  margin: clamp(54px, 7vw, 86px) auto 0;
  text-align: center;
}

.talkwise-site .phase2-section4__ending h3 {
  margin: 0 0 18px;
  color: #293b2c;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -.022em;
}

.talkwise-site .phase2-section4__ending p {
  margin: 0 auto;
  color: #46544c;
  font-size: clamp(1.04rem, 1.2vw, 1.12rem);
  line-height: 1.76;
  text-wrap: pretty;
}

.talkwise-site .phase2-section4__ending .nav-action {
  margin-top: clamp(28px, 3.5vw, 38px);
}

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

  .talkwise-site .phase2-section4__header {
    display: block;
  }

  .talkwise-site .phase2-section4__header h2 {
    font-size: clamp(2.25rem, 10vw, 2.85rem);
  }

  .talkwise-site .phase2-section4__intro {
    margin-top: 30px !important;
    margin-bottom: 12px !important;
    font-size: 1.42rem !important;
  }

  .talkwise-site .phase2-section4__header > p:not(.section-label) {
    font-size: 1.05rem;
    line-height: 1.74;
  }

  .talkwise-site .phase2-section4__pathways {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .talkwise-site .phase2-section4__pathways article,
  .talkwise-site .phase2-section4__pathways article:nth-child(even) {
    padding: 32px 0 36px;
    border-right: 0;
    border-left: 0;
  }

  .talkwise-site .phase2-section4__pathways h3 {
    font-size: 1.62rem;
  }

  .talkwise-site .phase2-section4__pathways p {
    font-size: 1.04rem;
  }

  .talkwise-site .phase2-section4__ending {
    margin-top: 48px;
    text-align: left;
  }

  .talkwise-site .phase2-section4__ending h3 {
    font-size: 1.85rem;
  }

  .talkwise-site .phase2-section4__ending .nav-action {
    width: 100%;
  }
}
