.content-section-cm{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:90px;width:100vw;box-sizing:border-box;text-align:center;padding:0 20px 50px}.content-step-cm{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:80px 15px 20px;border-radius:35px;min-height:320px;background-color:#fbfeff;border:2px solid #2d4fe1;position:relative;overflow:visible;box-sizing:border-box}@media (min-width:992px){.content-step-cm:nth-child(2n){transform:translateY(50px)}.content-step-cm:nth-child(odd){transform:translateY(0)}}.content-sub-image-cm{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;border:2px solid #2d4fe1;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center}.content-sub-image-cm>img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.content-step-cm h2{font-size:17px;font-weight:900;margin-top:10px}.content-step-cm p{font-size:14px;line-height:1.5;margin-top:10px;padding:0 10px;text-align:center}@media (min-width:1200px){.content-section-cm{grid-template-columns:repeat(5,1fr)}}