table.reverse-mortgage-table ul.green-lists li  {
  display: flex;
  align-items: flex-start;
  --col-span: 1 / span 3;
}

table.reverse-mortgage-table ul.green-lists li::before {
  content: "";
  position: relative;
  top: 12px;
  margin-right: 0.5rem;
  flex-shrink: 0;
  font-size: 35px;
  background-color: #87b348;
  border-radius: 20px;
  width: 7px;
  height: 7px;
}