.m-steps{display:flex;flex-direction:column;margin:20px 0;row-gap:20px}.m-steps--reverse{flex-direction:column-reverse}.m-steps--reverse .m-steps__content{grid-row:1}.m-steps__image_wrapper{height:auto;margin:0 auto;padding:20px;position:relative;width:100%}.m-steps--add-bottom-margin .m-steps__image_wrapper{margin-bottom:40px}.m-steps__content{padding:30px 0 0;width:100%}.m-steps__content .button{width:100%}.m-steps__content .button~.button{margin-top:6px}.m-steps__subheading{display:block;margin:0 0 10px!important}.m-steps__rte{margin-bottom:30px}.m-steps__item{display:flex;flex-direction:column;row-gap:20px}.m-steps__itemimage{max-height:200px;object-fit:cover;width:100%}.m-steps__itemheading{margin:0 0 10px}.m-steps__itemsummary{margin:0}.m-steps__item+.m-steps__item{margin-top:20px}@media (min-width:768px){.m-steps{row-gap:40px}.m-steps__content{margin:0 auto;padding:0;width:70%}.m-steps__image_wrapper{column-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);padding:40px 20px}.m-steps__subheading{margin-bottom:20px}.m-steps__item{column-gap:30px}.m-steps__itemimage{height:200px}.m-steps__item+.m-steps__item{margin-top:0}.m-steps__content .button{width:fit-content}.m-steps__content .button~.button{margin-top:0}}@media (min-width:1200px){.m-steps{align-items:center;column-gap:80px;display:grid;grid-template-columns:repeat(12,1fr)}.m-steps__image_wrapper{display:flex;flex-direction:column;row-gap:20px}.m-steps__content,.m-steps__image_wrapper{grid-column:span 6;width:unset}.m-steps__item{align-items:center;column-gap:30px;flex-direction:row}.m-steps__itemimage{height:auto;max-width:unset;width:160px}}