.sequence{display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;counter-reset:sequence;text-align:center}.sequence__block{counter-increment:sequence;flex:1 0 100%;position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.sequence__block::before{content:counter(sequence);width:80px;height:80px;border-radius:50%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;color:#fff;background-color:#014262;font-size:2rem;margin-top:1.5rem;margin-bottom:1.5rem;font-weight:bold}.sequence__text{width:210px;margin-left:auto;margin-right:auto}@media screen and (min-width:1024px){.sequence{flex-direction:row;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative}.sequence::before{content:'';width:72%;height:4px;background-image:url(https://7924985.fs1.hubspotusercontent-na1.net/hubfs/7924985/Financing/dotted-line.svg);background-repeat:repeat;position:absolute;left:0;right:0;top:65px;margin-left:auto;margin-right:auto}.sequence__block{flex:0 1 25%}}