.wp-block-cnb-progress {
  width: 336px;
  background: #FFFFFF;
  box-shadow: 60px 35px 40px rgba(53, 104, 212, 0.06);
  border-radius: 16px;
  text-align: center;
  position: relative;
}
.wp-block-cnb-progress .progress {
  width: 222px;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cnb-progress .progress path {
  stroke-linecap: round;
  stroke-width: 6;
}
.wp-block-cnb-progress .progress path.grey {
  stroke: #EAEAEA;
}
.wp-block-cnb-progress .progress path.purple {
  stroke: #7161EF;
  stroke-dasharray: 362;
}
.wp-block-cnb-progress img {
  margin-top: 60px;
  margin-bottom: 15px;
}
.wp-block-cnb-progress p {
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #25283D;
}
.wp-block-cnb-progress p span {
  color: #656565;
}
.wp-block-cnb-progress p.percent {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 31px;
  letter-spacing: -0.03em;
  color: #7161EF;
  margin-bottom: 5px;
}
.wp-block-cnb-progress .block {
  display: flex;
  justify-content: space-between;
  max-width: 230px;
  margin: 0 auto;
}
.wp-block-cnb-progress .bottom {
  margin-top: 11px;
  padding: 24px 43px;
  border-top: 1px solid #EAEAEA;
}
.wp-block-cnb-progress .bottom p.number {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 600px) {
  .wp-block-cnb-progress {
    width: 100%;
  }
}
