.register-form-description {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.33;
}

.register-form-description:before{
    content: '\2022';
    padding-right: 5px;
}

.register-form-description-ul{
    padding: 0;
    margin-left: 0;
}

.description {
    display: block;
}

@media (max-width: 767px) {
    .description {
        display: contents;
    }
}
