.spoke-chart {
  background-color: var(--secondary-color);
  padding: 5rem 0rem;
  margin: 0 -15px -3rem -15px;
  position: relative;
}

.spoke-chart:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: var(--secondary-color);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}


.spoke-chart img {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0px auto;
}


.spoke-chart h4,
.spoke-chart li,
.spoke-chart h2{
  color: #fff;
}

.spoke-chart h2{
  margin-bottom: 2rem;
}

.spoke-chart h4{
  margin-top: 2rem;
}


.spoke-chart h4{
  margin-bottom: 2rem;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}


.spoke-chart li{
  font-size: 18px;
  margin-top: 14px;
  list-style: none;
  font-weight: 400;
  position: relative;
  line-height: 28px; /* 155.556% */
}

.spoke-chart li:before {
  content: "";
  position: absolute;
  width: 20px;height: 20px;border-radius: 20px;
  top: 4px;
  left: -33px;
}


.spoke-chart li:nth-child(1):before {background-color: var(--wb-1);}
.spoke-chart li:nth-child(2):before {background-color: var(--wb-2);}
.spoke-chart li:nth-child(3):before {background-color: var(--wb-3);}
.spoke-chart li:nth-child(4):before {background-color: var(--wb-4);}
.spoke-chart li:nth-child(5):before {background-color: var(--wb-5);}
.spoke-chart li:nth-child(6):before {background-color: var(--wb-6);}
.spoke-chart li:nth-child(7):before {background-color: var(--wb-7);}
.spoke-chart li:nth-child(8):before {background-color: var(--wb-8);}
.spoke-chart li:nth-child(9):before {background-color: var(--wb-9);}

@media (min-width:1200px){
  .spoke-chart img {
    max-width: 80%;
  }

  .spoke-chart ul {

  }
}
