.steps {margin-top: 40px;}
.step {display: flex;gap:24px;}
.step > div{width:50%}
.step .right img{max-width: 100%}

.step a {color:var(--main);font-weight: 500}
.step--title {font-family: 'Inter';font-weight: 600;font-size: 22px;line-height: 140%;margin-bottom: 12px;}
.step .comment {border-radius: 16px;border: 1px solid #07262633;background-color: #07262608;padding: 16px;display: block;margin-bottom: 16px}
.step {padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid #07262633}
.step:last-child {padding-bottom: 0;margin-bottom: 0;border-bottom: 1px solid transparent}

@media all and (max-width: 1024px) {
    .step > div{width:100%}
    .step {flex-wrap: wrap}
}
