.text-pie-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-top-right);
  z-index: -1;
  max-height: 100%
}
.text-pie-chart__img-ticker-main::before {
  background: var(--gradient-right)
}
.text-pie-chart__sub-heading {
  margin-left: calc(-8.333333% - .5 * var(--bs-gutter-x))
}
.text-pie-chart__progress-bar-content {
  height: 27.2rem;
  width: 27.2rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4.4rem;
  text-align: center
}
.text-pie-chart__stat-sm {
  font-size: 8rem;
  line-height: 8rem
}
.text-pie-chart__progress-bar svg {
  height: 27.2rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 27.2rem
}
.text-pie-chart__progress-bar .background {
  fill: none;
  stroke: #000;
  stroke-width: .2;
  opacity: .15
}
.text-pie-chart__progress-bar .progress {
  fill: none;
  stroke: #e2eff0;
  stroke: #000;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: .5;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out
}
.text-pie-chart__img-ticker {
  height: 25.5rem;
  width: 25.5rem;
  z-index: 1
}
.text-pie-chart__img-ticker-overlay {
  content: "";
  background-size: cover;
  background-position: center;
  height: 100%;
  max-height: 22.8rem;
  max-width: 22.8rem;
  border-radius: 50%;
  width: 100%;
  top: 50.2%;
  left: 50.2%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  z-index: -2
}
@media (min-width:768px) {
  .text-pie-chart__img-ticker-main::before {
    background: var(--gradient-top-right)
  }
  .text-pie-chart__sub-heading {
    margin-left: calc(-8.333333% - 2 * var(--bs-gutter-x))
  }
  .text-pie-chart__pie-chart {
    margin-top: 0 !important;
  }
  .text-pie-chart__img-ticker-wrapper {
    margin-top: 0 !important;
  }
  .text-pie-chart__img-ticker-content {
    gap: 0 !important;
    margin-bottom: 0 !important;
    margin-top:40px;
  }
  .text-pie-chart__img-ticker-heading {
    margin-left: -8rem !important;
  }
  .text-pie-chart__img-ticker-text {
    height: auto;
    width: 25.5rem !important;
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .img-ticker {
    margin-left: 8.33333333%
  }
}