.key-takeaways-box {
  background-color: #f8f9fc;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #dce1ea;
  font-family: inherit;
  color: #1e1e1e;
  margin-bottom: 5px;
}

.key-takeaways-box h3 {
  margin-top: 0;
  font-size: 18px;
  background-color: #1e2e4a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
}

.takeaways-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0 0 0;
}

.takeaways-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}

.takeaways-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ec4899;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}