/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2021 | 08:38:01 */
.tools-box {
width: 260px;
height: 380px;
border-radius: 5px;
background:#f7f7f7;
margin:auto;
margin-block: 10px;
 box-shadow: 5px 5px 25px rgba(68, 68, 68, 0.16);

}

.tools-box:hover{
  
  background-color:#ffffff !important;
}
.tools-box button{
  display:block;
  cursor: pointer;
  background-color:inherit; 
  margin: auto; 
  outline:white;
  font-size: 18px;
  border:none;
  color: rgb(240, 107, 107);
}
.tools-box i{
  color: rgb(240, 107, 107); 
font-size: 18px;
}


@media screen and (max-width:700px){
  .tools-box{
   height:unset;
  }
}
