
  h2,
  .cases-title,
  .solution-title,
  .theme-carousel-title,
  .theme-category-title,
  .product-cat-title,
  .partner-title,
  .cert-title,
  .consulting-title,
  .bb-hero-title,
  .bb-section-title,
  .txt_title,
  .themes_box_title h2 {
    font-family: 'Poppins-Bold', 'Poppins', Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    color: #222222 !important;
    text-align: center !important;
  }

  @media (max-width: 576px) {
    h2,
    .cases-title,
    .solution-title,
    .theme-carousel-title,
    .theme-category-title,
    .product-cat-title,
    .partner-title,
    .cert-title,
    .consulting-title,
    .bb-hero-title,
    .bb-section-title,
    .txt_title,
    .themes_box_title h2 {
      font-size: 22px !important;
    }
  }
