.gpc-selling-points-list {
  padding-bottom: 37px;
}

.gpc-selling-points-list:last-of-type {
  padding-bottom: 0px;
}

.gpc-selling-points-title {
  position: relative;
}


.gpc-selling-points-title p {
  margin-bottom: 0px;
}


.gpc-selling-points-title .title-1 {
  font-weight: 800;
  color: var(--neutral-2);
}

.gpc-selling-points-title h3 {
  position: absolute;
  bottom: -15px;
  left: 20px;
  margin-bottom: 0px;
  color: var(--neutral-5);
}

ul.gpc-selling-points-description {
  margin-top: 25px;
  list-style: none;
  margin-left: 20px;
}

ul.gpc-selling-points-description li {
  color: var(--neutral-5);
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}


ul.gpc-selling-points-description li::before {
   content: "";
   background: url('/wp-content/themes/trustbiz/assets/images/bullet-points.svg');
   background-position-x: 0%;
   background-position-y: 0%;
   background-repeat: repeat;
   background-size: auto;
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: center;
   left: 0;
   position: absolute;
   top: 10px;
   width: 8px;
   height: 8px;
 }
