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