/** Section with any type of tutorial content **/
.tutorial .container {
    width: 80%;
    margin: auto;
}
.tutorial .title {
    margin-top: 20px;
    background: linear-gradient(#3292E7, #70D8FF) fixed;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 50px;
}
.tutorial .title h3 {
    color: #FFF;
}
.tutorial .context {
    width: 100%;
    height: 500px;
    margin: 0 auto 20px auto;
    background: #FFF;
    overflow: auto;
}
