/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2025 | 18:58:10 */

/***** Hero Benefits *****/

  .muhiku-b2b-main-hero .benefits {
    gap: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media only screen and (max-width: 780px) {
    .muhiku-b2b-main-hero .benefits {
      justify-content: space-between;
      width: 100%;
      margin: unset;
      gap: unset;
    }
  }

  .muhiku-b2b-main-hero  .benefits .benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  @media only screen and (max-width: 768px) {
    .muhiku-b2b-main-hero  .benefits .benefit {
      gap: 4px;
    }
  }

  @media only screen and (max-width: 768px) {
    .muhiku-b2b-main-hero  .benefits .benefit i {
      width: 11px;
      height: 11px;
    }
  }

  .muhiku-b2b-main-hero  .benefits .benefit p {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
  }

  @media only screen and (max-width: 768px) {
    .muhiku-b2b-main-hero  .benefits .benefit p {
      font-size: 11px;
    }
  }
