
  .custom-h1 {
    font-size: 32px;
    font-weight: normal;
    font-family: 'Opensans-Regular';
    text-align: center;
    margin: 20px 0;
  }

  /* Apply 24px font size for mobile devices */
  @media (max-width: 768px) {
    .custom-h1 {
      font-size: 24px;
    }
  }
