.tick-list-block {

}

.tick-icon img {
 width: 40px;
  height: auto;
}

.tick-list-block ul {
display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.tick-list-block ul li {
    display: block!important;
    line-height: 17px;
    padding-left: 40px;
  padding-bottom: 20px;
    width: 100%;
  position: relative;
  line-height: 1.3;
    
}
.tick-list-block ul li:before {
    position: absolute;
  left: 0;
  top: 0;
    content: "";
  width: 30px;
  height: 30px;
  background-image:url(https://27121262.fs1.hubspotusercontent-eu1.net/hubfs/27121262/heywood-november/WebP%20Files/tick.webp);
  background-size: contain;
  background-repeat: no-repeat;