.number-bar circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.1s ease-in-out;
  stroke: #FCEFD6;
  stroke-width: 1em;
}
.number-bar .number-bar-fill {
  stroke: #fdcf75;
}
.number-percentage {
  display: block;
  height: 200px;
  width: 200px;
  margin: 2em auto;
  border-radius: 100%;
  position: relative;
}
.number-percentage:after {
  position: absolute;
  display: block;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  content: attr(data-pct)"%";
  margin-top: -80px;
  margin-left: -80px;
  border-radius: 100%;
  line-height: 160px;
  font-size: 2em;
  text-align: center;
  color: #393168;
  font-size: 3.5rem;
  font-weight: 700;
}

.pdm_layout_Numbers {
  padding-bottom: 4rem;
}
