  .custom-title {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-size: 70px;
      /* Adjust the font size for smaller screens */
      line-height: 1.2;
      /* Adjust the line height as needed */
      color: var(--wd-primary-color);
      text-transform: uppercase;
      text-align: center;
      position: relative;
      padding: 80px 0;
      /* Adjust the padding for smaller screens */
      margin-bottom: var(--wd-tags-margin-bottom);
      color: var(--main-theme-color);
  }

  @media (max-width: 576px) {

      /* Adjust font size, line height, and padding for screens smaller than 576px */
      .custom-title {
          font-size: 36px;
          padding: 20px 0;
      }

      h1 {
          font-size: 20px;

      }
  }