.am-list-items {
  margin-top: 22px;
  margin-bottom: 22px;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 1.5rem;
}

.am-list-items h5 {
  font-size: 18px;
  margin: 0 0 1rem 0;
  font-weight: 700;
  font-family: "Playfair Display",serif;
  text-transform: capitalize;
  color: #17233e;
  line-height: 1.4;
}

.am-list-items ul {
  margin: 0;
  padding-left: 18px;
}

.am-list-items ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #777;
  padding-left: 0;
  position: relative;
  display: list-item;
  padding: initial;
}

.am-list-items ul li i {
  margin-right: 4px;
}