@media screen and (max-width: 900px){.three-steps{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width: 900px){.three-steps{grid-template-columns:repeat(3,1fr)}}
