.hp-why-invest {
  padding-top: 0;
  padding-bottom: max(5.208vw, 48px);
  background-color: var(--white-text);
}

.hp-why-invest .intro {
  text-align: center;
}

.hp-why-invest .intro .subtitle {
  font-weight: 500;
  font-size: max(1.25vw, 18px);
  text-transform: uppercase;
  color: var(--main-blue);
  margin-bottom: max(1.667vw, 16px);
  line-height: 1;
}

.hp-why-invest .intro .title {
  font-size: max(3.125vw, 24px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: max(1.667vw, 16px);
}

.hp-why-invest .intro .description {
  font-size: max(0.9375vw, 12px);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--text);
  width: 70%;
  line-height: max(1.25vw,18px);
  margin: 0 auto max(0.833vw, 12px);
}

.hp-why-invest .intro .highlight {
  font-size: max(0.9375vw, 12px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--text);
  margin: 0;
}

.hp-why-invest .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(2.5vw, 24px);
  row-gap: max(2vw, 32px);
  margin-top: max(3.125vw, 32px);
}

.hp-why-invest .item .number {
  display: block;
  font-weight: 700;
  font-size: max(1.042vw, 12px);
  color: var(--text);
  margin-bottom: max(0.8333vw, 12px);
}

.hp-why-invest .item .item-title {
  font-size: max(2.5vw, 18px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--main-blue);
  margin-bottom: max(0.729vw, 10px);
}

.hp-why-invest .item .item-description {
  font-size: max(0.938vw, 12px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--text);
}

@media (max-width: 1020px) {
  .hp-why-invest {
    padding-top: 48px;
  }

  .hp-why-invest .intro .description {
    width: 100%;
  }

  .hp-why-invest .items {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .hp-why-invest .item {
    text-align: center;
  }
}
