.how-can-we-help .section-title p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 28px;
}
.how-can-we-help ul {
  margin-bottom: 40px;
}
.how-can-we-help ul li {
  list-style: none;
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
}
.how-can-we-help ul li::before {
  position: absolute;
  content: url("../images/icons/tick.svg");
  vertical-align: middle;
  top: 16px;
  width: 22px;
  height: 22px;
  left: 0;
  transform: translateY(-50%);
}
.how-can-we-help ul li:last-child {
  margin-bottom: 0;
}