.image-grid .image{
			
  border: 1px solid #fde037;
  padding: 10px;
  text-align: center;
   
}
.image-grid .image img{
  max-height: 100px;
  max-width: 100px;
  margin:0 auto;
  
}
.image-grid .image h3{
text-transform: none;
color: #25383B

}


.image-grid .image:hover
{

box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36)
}

.img-wrapper{
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content:center;

}