.section-why {
  background-color: #fff;
  padding: 9.6rem 0;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;

  list-style: none;
}

.why-list-item {
  display: flex;
  gap: 2rem;

  font-size: 1.8rem;
  line-height: 1.6;
}

.why-list-icon {
  width: 2.4rem;
  height: 2.4rem;
}

/* - FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 */
