.servicebox{

display:flex;
flex-direction:row;
 flex-wrap: wrap;
align-items:center;
 justify-content: space-around;

}

.servicebox__item  {
display:flex;
flex-direction:column;
align-items:center;
width:250px;
padding:20px;
text-decoration:none;
color:blue;
flex-wrap:wrap;
justify-content:center;


}
.servicebox__item:hover {background:lightgrey;}
.servicebox__item__img{}

.servicebox__item__title {
line-height:20px;
padding:20px 10px;
 font-size:18px;
 font-family:verdana;  
text-align:center; 
}