:root {
  --color-blue: #1b3ab5;
  --color-orange: #e86d2c;
}

section.limited-wrap {
  margin-top: calc(34px + 1.6vw);
}

.box {
  padding: calc(20px + 1.2vw);
  background-color: var(--mono1-778);
}

.box h2 {
  font-weight: 500;
  font-size: 1.1rem !important;
}

.box h3 {
  margin-top: calc(4px + 0.1vw);
  font-weight: 400;
  font-size: 0.7rem;
  color: var(--mono9);
}


.box h4 {
  margin-top: calc(10px + 0.2vw);
  font-weight: 400;
  font-size: 0.7rem;
  text-align: left;
  color: var(--mono7);
}

.box p {
  font-weight: 400;
  font-size: 0.8rem;
}