.consultation__center {
    box-shadow: 4px 4px 8px 0px rgba(85, 146, 193, 0.14);
    margin-bottom: 50px;
}

.quiz__wrap {
    position: relative;
}

.quiz-wrapper .quiz__header h3{
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.quiz-wrapper .quiz__header span{
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    color: #666;
}

.quiz__header img {
    position: absolute;
    left: 0;
    top: -20px;
}

.quiz__wrap .test-description {
    padding: 15px;
    border-radius: 10px;
    background-color: #eef4fb;
    margin: -20px 0 20px 0;
}

.quiz__wrap .test-description.INFO {
    background-color: #eef4fb;
}

.quiz__wrap .test-description.WARNING {
    background-color: #fbf6ee;
}

.quiz__wrap .test-description.DANGER {
    background-color: #fbeef1;
}

.quiz__buttons .btn-hold {
    background: rgb(238 244 251);
}

#slide-CONSULTING label {
    font-size: 12px;
}

#slide-CONSULTING ul {
    column-count: 2;
    column-gap:20px;
}
@media screen and (max-width: 768px) {
    .quiz__header img {
        width: 48px;
        height: 48px;
        position: absolute;
        left: -10px;
        top: -40px;
    }

    #slide-CONSULTING ul {
        column-count: 1;
    }
}