.section-title-wrap {
    width: 100%;
    max-width: 1400px;
    text-align: center;
    color: white;
  }
  .section-title {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 16px;
  }

  .section-subtitle {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
  }
  .divider-line {
      background: rgba(204, 225, 255, 1);
      margin: 24px auto 0;
      max-width: 800px;
  }
  /* Responsive */
  @media (max-width: 1280px) {
    .section-title {
      font-size: 32px;
      line-height: 42px;
    }
    .section-subtitle {
      font-size: 16px;
      line-height: 20px;
    }
  }
  @media (max-width: 1280px) {
    .section-title {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 10px;
    }
    .section-subtitle {
      font-size: 16px;
      line-height: 20px;
    }
      .divider-line {
        margin: 15px auto 0;
      }
  }
  @media (max-width: 600px) {
    .section-title {
      font-size: 1.9rem;
    }
    .section-subtitle {
      font-size: 1rem;
      padding: 0 20px;
    }
  }

