.m-cta-steps .m-cta-steps__content{display:flex;flex-direction:column;gap:32px}.m-cta-steps .m-cta-steps__steps{display:grid;gap:24px;grid-template-columns:repeat(1,minmax(0,1fr))}.m-cta-steps .m-cta-steps__step{border:2px solid #1f80f0;border-bottom-left-radius:48px;border-bottom-right-radius:48px;border-top-right-radius:48px;display:flex;flex-direction:column;gap:8px;padding:48px 24px}.m-cta-steps .m-cta-steps__step-index{color:#1f80f0;margin-bottom:0}.m-cta-steps .m-cta-steps__step-title h5{font-size:20px;line-height:24px;margin-bottom:0}.m-cta-steps .m-cta-steps__buttons{display:flex;justify-content:center;width:100%}@media only screen and (min-width:768px){.m-cta-steps .m-cta-steps__content .m-cta-steps__content-inner{text-align:center}.m-cta-steps .m-cta-steps__steps{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:992px){.m-cta-steps .m-cta-steps__steps{gap:48px}.m-cta-steps .m-cta-steps__step{padding:64px 24px}}