.stepsWrapper .bottomContent .stepsContentWrapper{align-items:end;display:grid;grid-template-columns:repeat(7,1fr);justify-items:center}.stepsWrapper .bottomContent .stepsContent{align-items:center;display:flex;flex-direction:column;gap:1rem}.stepsWrapper .bottomContent .stepsContentWrapper .stepsArrow:last-child{display:none}.stepsWrapper h2{margin-bottom:3rem;text-align:center}.stepsWrapper .stepsImageContainer{align-items:center;display:flex;height:100px;justify-content:center;width:100px}.stepsWrapper .stepsTextContainer{font-weight:900;text-align:center}.stepsWrapper .fa-arrow-right-long{font-size:40px;vertical-align:bottom}@media only screen and (max-width:1024px){.stepsWrapper .bottomContent .stepsContentWrapper .stepsArrow{display:none}.stepsWrapper .bottomContent .stepsContentWrapper{grid-gap:3rem;align-items:baseline;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.stepsWrapper .bottomContent .stepsContentWrapper{grid-template-columns:repeat(1,1fr)}}