
  .ynf-products-heading-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f7f7f7;
    padding: 42px 20px 24px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  .ynf-products-heading-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .ynf-products-heading-title {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  .ynf-products-heading-title span {
    color: #E60012;
  }

  .ynf-products-heading-subtitle {
    max-width: 880px;
    margin: 12px auto 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }

  @media (max-width: 768px) {
    .ynf-products-heading-section {
      padding: 34px 18px 20px;
    }

    .ynf-products-heading-title {
      font-size: 26px;
    }

    .ynf-products-heading-subtitle {
      font-size: 14px;
      line-height: 1.55;
    }
  }

  @media (max-width: 480px) {
    .ynf-products-heading-title {
      font-size: 22px;
    }
  }
