.field.field--name-field-wf-chart {
  position: relative;
}

.chart-text-title--inside {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: 'roboto';
  font-size: 14px;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.chart-text-title--inside p.subtitle {
  font-size: 12px;
}
