.container-fluid {
    --bs-gutter-x: 0;
  /*   padding: 0.5em; */
  }
  .container-fluid .row {
    --bs-gutter-x: 0;
  }
  .container-fluid ul li {
    padding-left: 1em;
    list-style-type: none;
    margin-top: 0.5em;
    position: relative;
  }
  .container-fluid ul li:first-of-type {
    margin-top: 0;
  }
  .container-fluid ul li::before {
    font-family: "htwicons";
    content: "";
    position: absolute;
    width: 1em;
    color: #76B900;
    font-weight: 400;
    font-size: 7px;
    margin-right: 0;
    vertical-align: middle;
    left: 0;
    top: 8px;
  }
