.lp-page .problem__cards, .lp-page .solution__cards, .lp-page .voice__cards, .lp-page .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }

.lp-page .small-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.lp-page .problem .small-card p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.lp-page .small-card p { margin: 0; }
