.steps-grid{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);max-width:1200px;padding:50px}.steps-grid-item{background-color:#f2f2f2;border-radius:2px;display:flex;flex-direction:column;height:auto;justify-content:space-around;margin-bottom:20px;max-height:270px;padding:40px 20px}.image-styles{padding:0}.steps-grid-item img{max-height:100%;max-width:120%;object-fit:stretch}.steps-grid-item__top-row{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start}.steps-grid-item__heading{align-items:flex-end;color:#005084;font-size:35px;font-weight:700;justify-content:flex-start;line-height:40px}.alternate-blue{background-color:#00568d!important;color:#fff!important}.alternate{background-color:#fe3347!important;color:#fff!important}.steps-grid-item__sub-heading{align-items:flex-end;color:#000;font-size:18px;font-weight:800;justify-content:flex-start;margin-left:20px}.steps-grid-item__text-content{align-items:flex-start;color:#8b8d94;font-size:14px;font-weight:400;justify-content:flex-start;line-height:18px}@media screen and (max-width:875px){.steps-grid{grid-template-columns:repeat(2,1fr)}.image-styles{display:none}}@media screen and (max-width:600px){.steps-grid{grid-template-columns:repeat(1,1fr)}}