.steps{background:#fff}.steps__body{display:flex;flex-direction:column;gap:6rem}.steps__head{display:flex;flex-direction:column;gap:3rem}.steps__intro{margin:0 !important;color:#172a54 !important}.steps__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:3.2rem}@media only screen and (max-width: 991px){.steps__grid{grid-template-columns:1fr;gap:2.4rem}}