.homeCallout {
background-color:#fff;
-webkit-box-shadow:0 20px 50px -3px rgba(0, 0, 0, 0.07);
box-shadow:0 20px 50px -3px rgba(0, 0, 0, 0.07);
height:auto;
text-decoration:none;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
padding: 40px 30px;

}
.homeItemBlock a{
  text-decoration: none;
  color: #000000;
}
.homeItemBlock h2{
  font-size: 1.9rem;
}
.homeItemBlock .material-icons{
border:none;
color:#d91791;
padding:0;
height:auto;
width:auto;
font-size:50px;
text-align:left;
margin:0
}
.homeCallOut .icon-wrap{
border:none;
color:#d91791;
padding:0;
height:auto;
width:auto;
font-size:50px;
margin:0;
text-align: left;
}
.homeItemBlock .icon-wrap a{
  color: #7D00B9;
}
.main-icon-wrap{
  text-align: center;
}
