p.tutorial_step
{
    font-size: 1.2em;
    line-height: 2em;
    text-align: left;
}

.tutorial_step .step_index
{
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100px;

    text-align: center;
    padding: 5px 13px;

    margin-right: 10px;
}

.tutorial_img
{
    text-align: center;

    border-radius: 10px;

    max-width: calc(100% - 20px);
    max-height: 400px;

    object-fit: contain;
}