.m4nc-project-facts,
.m4nc-project-facts * {
  box-sizing: border-box;
}

.m4nc-project-facts {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: clamp(40px, 6vw, 80px) max(24px, calc((100vw - 1180px) / 2));
  background: #f7f7f5;
  color: #111;
  font-family: Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  word-break: keep-all;
}

.m4nc-project-facts__eyebrow,
.m4nc-project-facts dt,
.m4nc-project-facts__scope h3 {
  margin: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
}

.m4nc-project-facts h2 {
  margin: 6px 0 0;
  color: inherit;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
}

.m4nc-project-facts dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0 0;
}

.m4nc-project-facts dl > div {
  min-width: 0;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #b8b8b4;
}

.m4nc-project-facts dd {
  margin: 8px 0 0;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.m4nc-project-facts__scope {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid #b8b8b4;
}

.m4nc-project-facts__scope ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.m4nc-project-facts__scope li {
  position: relative;
  margin: 0;
  padding: 0 0 0 14px;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.m4nc-project-facts__scope li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

@media (max-width: 900px) {
  .m4nc-project-facts dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .m4nc-project-facts {
    padding: 36px 20px;
  }

  .m4nc-project-facts dl,
  .m4nc-project-facts__scope ul {
    grid-template-columns: 1fr;
  }
}
