section.my-steps{padding:60px 0}section.my-steps .content{max-width:800px;margin-bottom:60px}@media only screen and (max-width:768px){section.my-steps{padding:60px 20px}section.my-steps .content{max-width:800px;margin-bottom:60px}}section.my-steps .steps-list{margin-bottom:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.my-steps .steps-list>div{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:300px;text-align:center}section.my-steps .steps-list>div img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;margin:0 auto 20px;margin-top:auto;border-radius:8px}section.my-steps .steps-list>div .step-content{border-top:1px solid var(--c7);position:relative;padding:20px}section.my-steps .steps-list>div .step-content::after{content:'';position:absolute;top:-9px;left:50%;width:18px;height:18px;border:6px solid var(--c2);background-color:var(--c7);z-index:1;border-radius:50%}@media only screen and (max-width:768px){section.my-steps .steps-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.my-steps .steps-list>div{width:100%}}