/* Minification failed. Returning unminified contents.
(10,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-base'
(11,22): run-time error CSS1039: Token not allowed after unary operator: '-box-shadow-home'
 */
#rules {
    margin-top: 50px;
    margin-bottom: 50px;
}
#rules .text-con{
    float: right;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: var(--border-radius-base);
    box-shadow: var(--box-shadow-home);
    line-height: 35px;
    font-size: 16px;
    font-weight: 200;
    text-align: justify;
}
#rules .text-con .title {
    float: right;
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
}

