.prelements-heading .title-inner {
  position: relative;
}
.prelements-heading .title-inner .title {
  margin-top: 20px;
}
.prelements-heading .title-inner .title span {
  color: #2920D2;
  position: relative;
  z-index: 2;
}
.prelements-heading .title-inner span.sub-text {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  font-weight: 500;
  color: #2920D2;
  text-transform: uppercase;
  font-family: "inter", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.prelements-heading .title-inner span.sub-text > * {
  flex-shrink: 0;
}
.prelements-heading .title-inner span.sub-text img {
  width: 24px;
  height: 24px;
}
.prelements-heading .title-inner span.sub-text svg {
  width: 13px;
  height: 15px;
}
.prelements-heading.subtitle-gradient-yes .title-inner .sub-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2920D2 0%, #0B57CA 100%);
}