.stepprocesswrapper{display:grid}.twosteps{grid-template-columns:repeat(2,1fr)}.threesteps{grid-template-columns:repeat(3,1fr)}.foursteps{grid-template-columns:repeat(4,1fr)}.fivesteps{grid-template-columns:repeat(5,1fr)}.stepprocesscontainer{display:flex;justify-content:spacebetween;text-align:center;transition:all .3s ease}.stepprocesscontainer:hover{transform:scale(1.05)}.stepprocesscontent{text-align:center;width:90%}.stepprocesscontent h5{font-size:16px;margin-bottom:10px;margin-top:0;text-transform:uppercase}.stepprocesscontent h4{font-size:20px;margin-bottom:10px;margin-top:0}.stepprocesscontent p{margin-bottom:0}.arrowicon{align-self:center;width:10%}.arrowicon svg{max-height:30px}