.features-list-container {
  margin: 0 16px 12px;
}

.features-list {
  background: #FCF7F0;
  padding: 24px 16px;
  max-width: 560px;
  text-align: left;
  margin: 0 auto 12px;
}

.features-list__item {
  color: #4D4D4D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 30px;
  text-indent: -32px;
}

.features-list__item:not(:last-child) {
  padding-bottom: 6px;
}

.features-list__item:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../../images/check-square-light.svg');
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
}

.features-action {
  padding: 0 16px;
}

@media (min-width: 768px) {
  .features-list {
    padding: 20px 16px;
  }

  .features-list__item {
    font-size: 16px;
  }
}
