#steps{
    .sn_cta_wr.__has_plus{
        max-width: 100%;
    }
    @media (max-width: 767px) {
        .row{
            .col-12 + .col-step{
                margin-bottom: 45px;
            }
            .col-12 + .col-step + .col-step{
                margin-bottom: 45px;
            }
        }
    }
    .step{
        padding: 0 15px;
        
        img{
            border-radius: 16px;
        }
        .number_step{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #192d6e;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }
        .title_step{
            @media (min-width: 992px) {
                max-width: 80%;    
            }
            margin-left: auto;
            margin-right: auto;
        }
    }
}