.elementor-widget-tm_badge .badge-heading {
  text-align: center;
}
.elementor-widget-tm_badge .badge-heading h6,
.elementor-widget-tm_badge .badge-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-tm_badge .badge-heading h6 {
  margin: 0;
  max-width: 420px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(38, 67, 93, 0.06);
  padding: 4px 14px 4px 4px;
  font-size: 13px;
  line-height: 1;
  color: var(--heading__color, #2d3748);
  font-weight: 500;
}

.elementor-widget-tm_badge .badge-heading h6 span {
  min-width: 109px;
  min-height: 30px;
  border-radius: 40px;
  margin-right: 12px;
  color: #fff;
  font-size: calc(var(--base__font-size, 16px) - 4px);
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--color__primary, #ff992e);
  box-shadow: 0 6px 8px 0 rgba(38, 67, 93, 0.06);
}
