/** General edit in rules section **/
.rules .container {
    width: 80%;
    margin: auto;
}

/** Section with rules content **/
.rules .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;
}
.rules .title h3 {
    color: #FFF;
}
.rules .context {
    width: 100%;
    height: 500px;
    margin: 0 auto 20px auto;
    background: #FFF;
    overflow: auto;
}