.home-value__story {
  width: min(342px, 100%);
  margin: 25px auto 0;
  font-family: var(--feed-display);
}

.home-value__proof {
  background: #fff;
}

.home-value__proof-heading {
  text-align: center;
}

.home-value__proof-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  color: #20272c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.4;
  white-space: nowrap;
}

.home-value__proof-title strong {
  display: inline-block;
  margin: 0 2px 0 4px;
  color: #06a947;
  border: 0;
  background: none;
  box-shadow: none;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.home-value__proof-title strong::before,
.home-value__proof-title strong::after {
  content: none;
}

.home-value__proof > img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.home-value__block-chart {
  margin-top: 12px;
}

.home-value__block-chart > p {
  margin: 0 0 9px;
  color: #52616c;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.home-value__comparison {
  position: relative;
  display: grid;
  align-items: end;
  gap: 34px;
  padding: 0 25px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-value__comparison::after {
  position: absolute;
  right: 25px;
  bottom: 26px;
  left: 25px;
  height: 1px;
  background: #cbd6dc;
  content: "";
}

.home-value__comparison-item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.home-value__comparison-item strong {
  margin-bottom: 4px;
  color: #52616c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-value__comparison-item--together strong {
  color: #078f40;
  font-size: 23px;
  font-weight: 800;
}

.home-value__comparison-bar {
  display: flex;
  width: 72px;
  height: 94px;
  align-items: flex-end;
}

.home-value__comparison-bar i {
  display: block;
  width: 100%;
  height: 57.1%;
  border-radius: 8px 8px 0 0;
  background: #aebbc3;
}

.home-value__comparison-item--together .home-value__comparison-bar i {
  height: 73.4%;
  background: linear-gradient(180deg, #18cf63 0%, #06ae49 100%);
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 28%);
}

.home-value__comparison-item b {
  margin-top: 8px;
  color: #44545f;
  font-size: 11px;
  font-weight: 600;
}

.home-value__comparison-item--together b {
  color: #087b3c;
  font-weight: 700;
}

.home-value__story figcaption {
  margin: 14px 3px 0;
  color: #667782;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
  text-align: left;
}

.home-value__story figcaption a {
  color: #506a7d;
  text-decoration-color: #a9bfce;
  text-underline-offset: 2px;
}
