
.registration-process {
    margin: 20px 0;
}

.registration-process .process-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
}

.registration-process h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.registration-process .process-list p {
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0;
    line-height: 1.4;
}

/* .registration-process .btn-register {
    display: inline-block;
    padding: 5px 15px;
    margin-top: 5px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eea755;
    color: #000000db;
}
.registration-process .btn-register:hover {
    background-color: #eea755aa;
    color: #000000db;
}
.registration-process .btn-register.disabled {
    background-color: #4e3921;
    cursor: not-allowed;
    text-decoration: line-through !important;
} */
