.fp-service-grid>a{
  display:grid!important;
  grid-template-rows:auto minmax(3.4rem,auto) 1fr auto!important;
  align-items:start!important;
}
.fp-service-grid>a>span{grid-row:1!important}
.fp-service-grid h3{
  grid-row:2!important;
  align-self:start!important;
  margin:.65rem 0 .55rem!important;
  line-height:1.25!important;
}
.fp-service-grid p{
  grid-row:3!important;
  align-self:start!important;
  margin:0!important;
}
.fp-service-grid>a>.fp-icon{
  grid-row:4!important;
  position:static!important;
  justify-self:end!important;
  align-self:end!important;
  margin-top:.6rem!important;
}
.services-grid .service-card{
  display:grid!important;
  grid-template-rows:auto minmax(3.4rem,auto) 1fr!important;
  align-items:start!important;
}
.services-grid .service-card h3{
  align-self:start!important;
  margin:.65rem 0 .55rem!important;
  line-height:1.25!important;
}
.services-grid .service-card p{align-self:start!important;margin:0!important}
@media(max-width:560px){
  .fp-service-grid>a,.services-grid .service-card{grid-template-rows:auto 3.5rem 1fr auto!important}
  .fp-service-grid h3,.services-grid .service-card h3{font-size:.95rem!important}
}
