
  #eg-all-products-hero-module{
    width:100%;
    background:#f3f3f3;
    padding:14px 0 8px;
    margin:0;
  }
  #eg-all-products-hero-module *{
    box-sizing:border-box;
  }

  #eg-all-products-hero-module .eg-hero-wrap{
    max-width:1380px;
    margin:0 auto;
    padding:0 24px;
  }

  #eg-all-products-hero-module .eg-hero-box{
    max-width:860px;
    margin:0 auto;
    background:#fff;
    border-radius:20px;
    padding:30px 34px 28px;
    text-align:center;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
  }

  #eg-all-products-hero-module .eg-hero-label{
    display:inline-block;
    margin-bottom:14px;
    padding:8px 14px;
    border-radius:999px;
    background:#eef3ff;
    color:#1e3fbf;
    font-size:13px;
    font-weight:700;
    line-height:1.2;
  }

  #eg-all-products-hero-module h1{
    margin:0 0 14px;
    font-size:38px;
    line-height:1.15;
    font-weight:800;
    color:#111;
    letter-spacing:-0.5px;
  }

  #eg-all-products-hero-module .eg-hero-desc{
    max-width:720px;
    margin:0 auto;
    font-size:17px;
    line-height:1.8;
    color:#333;
  }

  #eg-all-products-hero-module .eg-hero-btns{
    display:flex;
    justify-content:center;
    margin-top:22px;
  }

  #eg-all-products-hero-module .eg-hero-btn{
    display:inline-block;
    min-width:170px;
    padding:14px 24px;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    line-height:1.2;
    transition:all .25s ease;
  }

  #eg-all-products-hero-module .eg-hero-btn-primary{
    background:#1e3fbf;
    color:#fff;
  }

  #eg-all-products-hero-module .eg-hero-btn:hover{
    transform:translateY(-1px);
    opacity:.95;
  }

  @media (max-width: 991px){
    #eg-all-products-hero-module h1{
      font-size:32px;
    }

    #eg-all-products-hero-module .eg-hero-desc{
      font-size:16px;
    }
  }

  @media (max-width: 767px){
    #eg-all-products-hero-module{
      padding:10px 0 6px;
    }

    #eg-all-products-hero-module .eg-hero-wrap{
      padding:0 16px;
    }

    #eg-all-products-hero-module .eg-hero-box{
      padding:22px 18px 20px;
      border-radius:16px;
    }

    #eg-all-products-hero-module h1{
      font-size:26px;
      line-height:1.2;
    }

    #eg-all-products-hero-module .eg-hero-desc{
      font-size:15px;
      line-height:1.75;
    }

    #eg-all-products-hero-module .eg-hero-btn{
      width:100%;
      text-align:center;
    }
  }
