.step {
    margin-top: 80px;
    padding: 0px 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.step-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin: 0;
    margin-bottom: 52px;

    width: 100%;
    color: #242424;
    max-width: 590px;
}

.step-block {
    width: 100%;
    max-width: 629px;
    height: 100%;
    max-height: 125px;
    background: #F4F4F4;
    margin-bottom: 16px;
    padding: 24px 30px;
}

.step-block-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
/* identical to box height, or 122% */


    color: #0052CE;
}

.step-block-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
/* identical to box height, or 122% */


    color: #242424;
}

.step-registration-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0px;
    display: block;
/* identical to box height, or 138% */

    width: 100%;
    max-width: 629px;
    color: #A9AFB8;
}

.step-block-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-width : 728px) {
    .step-registration-title {
        padding-left: 0px;
    }
}

@media (max-width : 628px) {
    .warning-wrapper {
        padding: 0px 20px;
        margin: 0px 20px;
    }

    .step-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }

    .warning-title-first {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .warning-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .step-block {
        padding-top: 16px;
    }

    .step-block-content {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }
}