

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

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

}
row.p{
 text-align:center;

}


.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;
  }
}
 
  }