p {
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 40px;
}

.questions__list-unit-item:before {
    position: absolute;
    left: 0;
    padding: 10px 0 0;
    height: 60px;
    width: 70px;
    border-radius: 40px;
    text-align: center;
    font: 40px 'Fontello';
    content: '';
}

.pad-top-20 {
    padding-top: 20px;
}

div.collapse_block_head {
    text-decoration: underline;
    cursor: pointer;
    color: #a864a8;
}

.questions__list-unit {
    margin: 0 10px;
}