img[alt*="professional"]{
  margin-top:-5px;
 margin-bottom:-10px; 
}
img[alt*="trusted"]{
margin-top:15px;

}
img[alt*="convenient"]{

 margin-bottom:10px; 
}


section.spiffy-how-it-works-steps{
 text-align:center; 
  display:in-line;

  
}
.spiffy-how-it-works-steps h2{
 padding-top:40px; 

}



.spiffy-how-it-works-steps h5{
 padding-top: 20px;
}

.one-fourth.column {
 padding:20px;
  width: 25%;
  font-size: 16px !important;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 700px) {
  .one-fourth.column {
    width: 100% !important;
  }
