  .section-heading {
      color: #0b2d4f !important;
      font-size: 2.15rem;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      width: min(100%, 960px);
      margin: 0 auto 5px;
      text-align: center;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  }

  .section-heading-line {
      min-width: 50px;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, #0b753e, #f4d37d) !important;
  }

  .section-heading-text {
      flex: 0 0 auto;
      white-space: nowrap;
  }

  .section-heading-line--left {
      margin-right: 12px;
  }

  .section-heading-line--right {
      margin-left: 12px;
  }

  .section-heading--light {
      color: #ffffff;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  }

  .section-heading--light .section-heading-line {
      background: linear-gradientlinear-gradient(90deg, rgb(182 141 35 / 95%), rgba(255, 255, 255, 0.9))
  }

  @media (max-width: 768px) {
      .section-heading {
          font-size: 1.55rem;
          margin-bottom: 18px;
      }
  }

  @media (max-width: 480px) {
      .section-heading {
          font-size: 1.25rem;
          margin-bottom: 16px;
          letter-spacing: 0.04em;
      }
  }