.elementor-widget-trio_vs_heading .trio-vs-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.75rem;
}
.elementor-widget-trio_vs_heading .trio-vs-heading__title {
  width: 100%;
  margin: 0;
  padding-bottom: 0.25rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -0.75rem;
}
@media (max-width: 767px) {
  .elementor-widget-trio_vs_heading .trio-vs-heading__title {
    font-size: 1.875rem;
  }
}
.elementor-widget-trio_vs_heading .trio-vs-heading__title--primary {
  color: var(--foreground-actionable, #054ad9);
}
.elementor-widget-trio_vs_heading .trio-vs-heading__title--dark {
  color: var(--foreground, #030712);
}
.elementor-widget-trio_vs_heading .trio-vs-heading__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0.1875rem 0.594rem 0.5625rem;
  border-radius: 9999px;
  background-color: var(--color-secondary-300, #feedc1);
  font-family: "Funnel Display", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  color: var(--accent-foreground, #b39147);
  margin-bottom: -0.75rem;
  z-index: 1;
}
