/* .tuorial_active {
    color: white;
    background-color: #7474ed;
} */
.tutorial {
    background-color: white;
    transition: all 0.7s;
}
.tutorial:hover {
    background-color: #7474ed;
    transform: scale(1.01);
}
.tutorial:hover .tutorial_text_header,
.tutorial:hover .tutorial_text {
    color: white;
}
.tutorial_text_header {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #686868;
}

.tutorial_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #686868;
}
