.gear-wrapper {
  background-color: #F1F1F1;
  height: 170px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gear-wrapper:before {
  content: " ";
  display: block;
  background-image: url("../../img/ui/pages/sell-machine/gears.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 161px;
  height: 105px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.custom-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 22px;
}
.custom-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.custom-list li::before {
  position: absolute;
  left: 0;
  content: " ";
  display: block;
  background-image: url("../../img/ui/icons/list-bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

/*# sourceMappingURL=sell-machine.css.map */
