.lp-page .voice {
  min-height: 759px;
  padding: 80px 0;
}
.lp-page .voice__cards { margin-top: 80px; }
.lp-page .voice__cards article {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(22,75,127,.12);
}
.lp-page .voice__cards .mock-photo {
  height: 216px;
  border-radius: 16px 16px 0 0;
}
.lp-page .voice__cards p { margin: 16px 13px 8px; font-size: 18px; line-height: 1.52; font-weight: 700; }
.lp-page .voice__cards small { margin: 0 13px 17px; display: flex; justify-content: space-between; gap: 12px; font-size: 16px; line-height: 28px; }
