
  .voc-why-heading {
    width: 100%;
    background: #ffffff;
    padding: 64px 24px 28px;
    box-sizing: border-box;
  }

  .voc-why-heading__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .voc-why-heading h2 {
    margin: 0;
    color: #2030a8;
    font-family: inherit;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .voc-why-heading p {
    max-width: 900px;
    margin: 14px auto 0;
    color: #4b5563;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
  }

  @media (max-width: 767px) {
    .voc-why-heading {
      padding: 40px 20px 20px;
    }

    .voc-why-heading h2 {
      font-size: 30px;
      letter-spacing: 0;
    }

    .voc-why-heading p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.6;
    }
  }
