.voice {
  padding: 100px clamp(24px, 7vw, 110px);
  background: #fff;
}

.voice-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .75fr);
  column-gap: 70px;
  align-items: end;
}

.voice-lead .section-tag { grid-column: 1 / -1; }

.voice-lead h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin-bottom: 0;
}

.voice-lead h2 em { color: var(--blue); font-weight: 400; }
.voice-lead > p:last-child { font: 20px/1.45 Georgia, serif; color: #526a75; margin-bottom: 7px; }

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.voice-grid article {
  padding: 32px;
  border: 1px solid #cadadd;
  background: var(--foam);
  box-shadow: 0 10px 28px rgba(16, 43, 59, .06);
}

.voice-grid span { font-size: 11px; letter-spacing: .16em; font-weight: 800; color: var(--coral); }
.voice-grid h3 { font: 27px/1.16 Georgia, serif; margin: 16px 0 22px; }
.voice-grid p { margin: 0; color: #38505c; }
.voice-grid p strong { display: block; font-size: 11px; letter-spacing: .13em; color: var(--blue); margin-bottom: 7px; }

.choice-band {
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 50px;
  align-items: center;
  margin-top: 18px;
  padding: 38px;
  background: var(--navy);
  color: #fff;
}

.choice-band h3 { font: 31px/1.2 Georgia, serif; margin: 10px 0 0; }
.choice-action { border-left: 3px solid var(--coral); padding-left: 25px; }
.choice-action strong { display: block; color: #8bd2ca; font: 28px Georgia, serif; margin-bottom: 8px; }
.choice-action span { font-weight: 800; line-height: 1.5; }

@media (max-width: 800px) {
  .voice-lead, .voice-grid, .choice-band { grid-template-columns: 1fr; }
  .voice-lead { gap: 22px; }
  .voice-grid { margin-top: 36px; }
  .choice-band { gap: 28px; padding: 28px; }
  .choice-action { border-left: 0; border-top: 3px solid var(--coral); padding: 22px 0 0; }
}

.card-caveat {
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid #cadadd;
  color: #526a75;
  font-size: 13px;
  line-height: 1.45;
}
