.custom-list {
  text-align: left;
}

.custom-list ul {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.dot-list {
  list-style-type: disc;
  margin-left: 30px !important;
}

.check-list li:before {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f14a"!important;
  width: 30px;
  height: 30px;
  font-weight: 400;
  font-size: 16px!important;
  line-height: 28px;
}
.check-list li{
    margin-bottom:15px!important;
}
.check-list {
  margin-left: 30px !important;
  padding-left: 0 !important;
}



.dot-list li {
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-list ul li {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.custom-list ul li:first-child {
  margin-top: 0px;
}

.custom-list ul li:last-child {
  margin-bottom: 0px;
}

.custom-list ul li:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
}

.custom-list .list-check li:before {
  background-image: url("../img/lists/check.png");
  width: 25px;
  height: 25px;
}

.custom-list .list-check-circle-fa li:before {
  content: "\f058";
  width: 25px;
  height: 30px;
  font-weight: 400;
  color: #77b611;
}

.custom-list .list-arrow li:before {
  content: "\f35a";
  width: 25px;
  height: 30px;
  font-weight: 400;
  color: #77b611;
}

.custom-list .list-check-circle-fill-fa li:before {
  content: "\f058";
  width: 25px;
  height: 30px;
  font-weight: 900;
}

.custom-list .list-dot-circle li:before {
  content: "\f192";
  width: 25px;
  height: 30px;
  font-weight: 900;
  color: #900;
}

.custom-list .list-cross li:before {
  background-image: url("../img/lists/cross.svg");
  width: 22px;
  height: 22px;
}

ul {
  list-style-type: none;
}


@media screen and (max-width:680px){
    .dot-list{
        margin-left:10px!important;
    }
    .check-list{
        margin-left:10px!important;
    }
}