.cp-section-title {
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .cp-section-title__inner {
    padding: 0 140px 0 338px;
    padding: 0 14rem 0 33.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "genesis-head-office-light", sans-serif;
  }
  
  .cp-section-title__eyebrow {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  
  .cp-section-title__eyebrow .el-eyebrow {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: -.025em;
    text-transform: uppercase;
  }
  
  .cp-section-title__title .el-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: normal;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: -0.025em;
  }
  
  .type-dark2 .cp-section-title__eyebrow .el-eyebrow, .type-dark2 .cp-section-title__title .el-title {
    color: #fff;
  }
  
  @media (max-width: 1919px) {
    .cp-section-title__inner {
      padding: 0 120px 0 318px;
      padding: 0 12rem 0 31.8rem;
    }
  }
  
  @media (max-width: 1599px) {
    .cp-section-title__inner {
      padding: 0 100px 0 250px;
      padding: 0 10rem 0 25rem;
    }
  }
  
  @media (max-width: 1359px) {
    .cp-section-title__inner {
      padding: 0 76px 0 226px;
      padding: 0 7.6rem 0 22.6rem;
    }
  }
  
  @media (max-width: 1199px) {
    .cp-section-title__inner {
      padding: 0 20px 0 104px;
      padding: 0 2rem 0 10.4rem;
    }
    .cp-section-title__eyebrow .el-eyebrow {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 18px;
      line-height: 1.8rem;
    }
  }
  
  @media screen and (max-width: 767px) {
    .cp-section-title__inner {
      padding: 0 30px;
      padding: 0 3rem;
    }
    .cp-section-title__eyebrow {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
    }
    .cp-section-title__eyebrow .el-eyebrow {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6rem;
    }
    .cp-section-title__title .el-title {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 32px;
      line-height: 3.2rem;
    }
  }
  