.wheel-block {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .wheel-block {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .wheel-content {
    padding-right: 75px;
  }
}
.wheel-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.wheel-content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  .wheel-content ul li {
    padding-left: 35px;
  }
}
.wheel-content ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: none;
  height: 1px;
  width: 27px;
  background-color: #DCCCC1;
}
@media (min-width: 992px) {
  .wheel-content ul li:before {
    display: block;
  }
}
.wheel-content ul h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.wheel-pattern {
  position: absolute;
  top: 250px;
  left: -77px;
  pointer-events: none;
}
.wheel-pattern-line-top {
  height: 1px;
  background-color: #DCCCC1;
  width: 100vw;
  position: absolute;
  right: 607px;
  top: 135px;
  opacity: 0.6;
  pointer-events: none;
}
.wheel-pattern-line-bottom {
  height: 1px;
  background-color: #DCCCC1;
  width: 100vw;
  position: absolute;
  right: 607px;
  top: 805px;
  opacity: 0.6;
  pointer-events: none;
}
.wheel-pattern-mobile {
  position: absolute;
  top: -100px;
  left: calc(50% - 115px);
  transform: translateX(-50%);
  pointer-events: none;
  width: 240px;
  height: 465px;
}
.wheel-pattern-mobile-line-top {
  height: 1px;
  background-color: #DCCCC1;
  width: 100vw;
  position: absolute;
  left: -230px;
  transform: translateX(-50%);
  top: -96px;
  opacity: 0.6;
  pointer-events: none;
}
.wheel-pattern-mobile-line-bottom {
  height: 1px;
  background-color: #DCCCC1;
  width: 100vw;
  position: absolute;
  left: -250px;
  transform: translateX(-50%);
  top: 362px;
  opacity: 0.6;
  pointer-events: none;
}

/*# sourceMappingURL=wheel_block.css.map */
