
  .custom-h2 {
    font-size: 39px; 
    font-weight: 550;
    font-family: 'Opensans-Regular';
    text-align: center;
    margin: 20px 0;
  }

  /* 移动端字体大小 */
  @media (max-width: 768px) {
    .custom-h2 {
      font-size: 26px;
    }
  }
