.main-container {
    max-width: 1350px;
    padding: 0 15px 40px;
    margin: 0 auto;
}

.content-rules {
    margin-top: 45px;
}

.content-rules h1 {
    font-family: "toxy", sans-serif;
    font-size: 32px;
    line-height: 1.1;
    text-transform: uppercase;
}

.content-rules h2 {
    font-family: "toxy", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
}

.rules__table-privilege {
    width: auto;
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 15px;
}
  
.rules__table-privilege td {
    padding: 5px;
    border: 1px solid black;
}
  
.rules__table-privilege th {
    padding: 10px;
    border: 1px solid black;
}

.rules__table-privilege td:nth-child(n + 2) {
    text-align: center;
}

.rules-table__footnote {
    text-align: center;
}

@media (max-width: 820px) {
    .content-rules h1 {
        font-size: 24px;
    }
    .content-rules h2 {
        font-size: 20px;
    }
}

@media (max-width: 426px) {
    .rules__table-privilege th {
        padding: 5px;
        font-size: 14px;
    }
    .content-rules h1 {
        font-size: 20px;
    }
    .content-rules h2 {
        font-size: 18px;
    }
}