@media screen and (max-width: 992px) {
  h1 {
    font-size: 1.75rem !important;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1.25rem !important;
  }

  h4 {
    font-size: 1rem !important;
  }

  h5 {
    font-size: 1rem !important;
  }

  h6 {
    font-size: 1rem !important;
  }
  .product-img {
    
    
  }
  .process-css {
    left: 50%;
  }
  
  
 .btn-style{font-size:18px!important;}
  
  
  
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.3rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }

  h3 {
    font-size: 1.4rem !important;
  }

  h4 {
    font-size: 1.25rem !important;
  }

  h5 {
    font-size: 1rem !important;
  }

  h6 {
    font-size: 0.875rem !important;
  }
  .process-css {
    left: 0;
  }
  .height-scroll {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .update-col {
    margin-top: 150px;
    padding-left: 80px;
  }
  .product-img {
   
    
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .nav-item.dropdown > .nav-link.dropdown-toggle {
    pointer-events: none !important;
  }

}
