.steps {
    padding: 34px 56px 30px;
}

.steps-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.steps-title {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 26px;
}

.step-dash-box {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #0091FF;
    margin-bottom: 13px;
}

.step-circle {
    width: 30px;
    height: 30px;
    background: #AEDCFF;
    border-radius: 50%;

    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;

}

.step-item{
    width: 122px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
}

.step-info{
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 8px;
}

.step-button{
    border-radius: 13px;
    border: 1px solid #0091FF;

    font-size: 12px;
    font-weight: 400;
    color: #0091FF;
    line-height: 25px;

    padding: 0 13px;

    background: white;
}