svg textPath { 
  text-transform: uppercase;
  background: #333;
  font-weight: bold;
}
.mt-addons-circle-svg{
    position: relative;
}
.mt-addons-circle-svg-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(0%, 0%);
}
.mt-addons-circle-svg-text-static,
.mt-addons-circle-svg-subtitle {
    font-weight: 700;
}