.description-points {
  display: block;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-right: 0px;
  background-color: inherit;
}

.description-points li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  background-color: inherit;
}

.description-points li .icon {
  margin-right: 8px;
  color: #65c999;
}

/* .description-points li.positive {
  color: green;
}

.description-points li.negative {
  color: red;
} */
