    
  
  .grid {
    text-align: center;
    max-width: 95vw;
    margin: 2.5vw auto;
  }
  
  .grid-item {
    padding: 5px;
    box-sizing: border-box;
      display:inline;
      margin-bottom: 5px;
      margin-left: 50px;
  }
  .list-type4{
    width:100%;
}
.list-type4 ol{
    counter-reset: li;
    list-style: none;
    list-style: decimal;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
}      
.list-type4 a{ 
    position: relative;
    display: block;
    color: #333;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 4px 4px 0px;
    width: 95%;
}  
.list-type4 a:hover{ 
    color: #21598e;

}  
.headingg {
  text-align: center;
  color: #21598e;
  margin-top: 24px;
  list-style: none;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 7px;
  background-color: #f2c02d82;
  border-radius: 25px;
}
.heading_p{
    color: #21598e;
    font-weight: 500;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin: auto;
    padding: 33px 33px 0px 33px;

  
}
.list_pbcc {
  list-style: none;
  padding: 4px 1px 4px 26px;
  font-size: 15px;
  margin-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.list_pbcc > a{
  text-decoration: none;
color: #333;            
}
.catalo_head{
    font-weight: 600;
    text-align: center;
    color: #555;
    padding: 10px 0px 0px 0px;
    margin: 40px 0px 20px 0px;
    list-style: none;
    font-size: 25px;
}
.pp_header {
  font-size: 20px;
  text-align: center;
  font-weight: 601;
  color: #21598e;
  margin: auto;
    margin-left: auto;
  margin-left: auto;
  width: 100%;
  background-color: #f2c02d82;
  margin-left: -5%;
  border-radius: 20px;
  padding: 5px;
}
.products_ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.products_ul li{
  width: 98%;
  list-style-type: square !important
}
 .fa-hand-point-right{
    margin-right: 10zpx;
}

  @media (min-width: 545px) {
    .grid-item {
      width: 50%;
      margin: auto;
    }
  }
  
  @media (min-width: 1000px) {
    .grid-item {
      width: 33.333%;
    }
  }
  
  @media (min-width: 1700px) {
    .grid-item {
      width: 25%;
    }
  }
  
  @media (min-width: 2100px) {
    .grid-item {
      width: 20%;
    }
  }
