.product-icon {
  width: 64px;
}
.product-title {
  font-weight: 600;
  font-size: 28px;
  color: #2a2a2a;
  line-height: 32px;
  margin-left: 16px;
}

.product-desc {
  font-weight: 400;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 26px;
  margin-top: 24px;
}
.product-desc + .product-desc {
  margin-top: 56px;
}
.product-list {
  margin-top: 16px;
}
.product-list li {
  font-weight: 600;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 26px;
  margin-bottom: 12px;
  list-style-image: url("../images/product-li.png");
  margin-left: 15px;
}
.section-desc {
  font-weight: 400;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 26px;
  margin-top: 24px;
}

.section-top {
  font-weight: 600;
  font-size: 28px;
  color: #943794;
  line-height: 32px;
  margin-bottom: 12px;
}

.selection-img {
  margin-top: 64px;
}

.selection-img img {
  width: 100%;
}
