.list {
  letter-spacing: .05em;
  padding: 0;
  list-style: none;
}
.list .list-item {
  line-height: 25px;
}
.list .list-item .style_icon_box img {
  height: 12px;
}
.list.list-landing li {
  padding-bottom: 10px;
  font-style: italic;
  letter-spacing: 0.04em;
}
.list.list-design li {
  padding-bottom: 12px;
}
.list.style1 .style_icon_box:before {
  content: "\f111";
  font-family: fontawesome;
}
.list.style2 .style_icon_box:before {
  content: "\f04d";
  font-family: fontawesome;
}
