
.icons_click_div{
    display: grid;
    /* grid-template-columns: auto auto; */
    grid-template-columns: repeat(2,50%);
    margin: 30px ;
}
.div_Items{
   

       text-align: center;

    
}

.image_icons{
    width: 130px;
    height: 130px;
    background-color: white;
    border-radius: 50%;
    margin: 7px 0px;
    cursor: pointer;

}
.label{
    display: block;
    text-align: center;
}

.a_link_home{
    color: white;
    text-decoration: none;
}
.a_link_home:hover{
    color: white;
}


@media only screen and (max-width: 480px) {
  
  
  
  }
  
  @media only screen and (min-width: 480px) {
   
  
  }
  
  
  @media only screen and (min-width: 800px) {
  
  
  }
  
  @media only screen and (min-width: 992px) {
  
    
}


