/*------------------------------------------------------------------*/
/* rules */
/*------------------------------------------------------------------*/
body {
    line-height: 1.6;
    font-size: 14px;
    color: #626262;
    font-weight: 400;
}
#rules h1 {
    margin-bottom: 30px;
    font-size: 2.1rem;
    font-weight: bold;
}
#rules h2 {
    font-size: 1.2rem;
    font-weight: 500;
}
#rules h3 {
    font-size: 1.2rem;
    font-weight: 500;
}
#rules h4 {
    font-size: 1rem;
    font-weight: 500;
}
#rules ol {
    margin-bottom: 15px;
}
#rules ul {
    list-style-type: none;
    padding-left: 20px;
}
#rules.section-padding {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    #rules.section-padding {
        padding-bottom: 20px;
    }
}
#rules a {
    color: #17a697;
}
#rules a:hover {
    text-decoration: underline;
}
