body {
    height: 100%;
    width: 100%;
    background-image: url("../../img/bg-img.png");
   /* background-repeat:repeat-y;repeat-y;*/
   /* background-size: 50% auto;*/
}
.custom-text-primary {
 color:#4da2eb;
}
.product-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient:vertical ;
  }
 /* #intro {
    background-image: url("../../img/bg-img.png");
    height: 100vh;
  }*/

  /* Height for devices larger than 576px */
  @media (min-width: 992px) {
    #intro {
      margin-top: -58.59px;
    }
  }

  .btn-primary {
    color: #fff;
    background-color: #161456;
    border-color: #161456;
}