.whats-new-point::before {
  content: "New";
  background-color: rgba(181,205,180,0.85);
  border-radius: 13px;
  font-size: 1em;
  color: white;
  padding: 0.07em 0.4em 0.1em 0.4em;
  margin: 0px 0.6em 0px 0px;
  box-shadow: 1px 0px 5px 2px rgba(76,78,80,0.1);
}

.whats-fixed-point::before {
  content: "Fixed";
  background-color: rgba(205,180,189,0.85);
  border-radius: 13px;
  font-size: 1em;
  color: white;
  padding: 0.07em 0.4em 0.1em 0.4em;
  margin: 0px 0.6em 0px 0px;
  box-shadow: 1px 0px 5px 2px rgba(76,78,80,0.1);
  width: max-content;
}

.whats-improved-point::before {
  content: "Improved";
  background-color: rgba(180,187,205,0.85);
  border-radius: 13px;
  font-size: 1em;
  color: white;
  padding: 0.07em 0.4em 0.1em 0.4em;
  margin: 0px 0.6em 0px 0px;
  box-shadow: 1px 0px 5px 2px rgba(76,78,80,0.1);
}

.summary-general-list li {
  padding: 0.4em 0px;
}

.summary-general-list {
}

