#pricing .section-heading-description{
  margin-bottom: 0px;
}
#pricing ul.checklist{
  padding-left: 0;
  list-style: none;
}
#pricing ul.checklist li{
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 50px;
}
#pricing ul.checklist li:after{
    content: "";
    position: absolute;
    width: 30px;
    background: url('https://www.lexisnexis.com/images/newsdesk/tick.svg') no-repeat;
    height: 30px;
    top: 3px;
    left: 0;
    z-index: 9;
    background-size: 25px;
}