/* -------------------------------------------- */
/*        Created with ♥ by MVaR Team           */
/* Additional information on https://maksvar.ru */
/* -------------------------------------------- */
/*                                              */
/*         © Copyright 2023, RobuxPay           */
/* -------------------------------------------- */

.rules-content {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 60px;
}

.rules-content > p {
    font-size: 36px;
    text-align: center;
    font-family: 'Golos Text', sans-serif;
    color: var(--line);
}

.rules {
    margin-top: 40px;
    font-weight: bolder;
}

.rule:not(:last-child) {
    margin-bottom: 30px;
}

.rule-name {
    font-size: 22px;
    margin-bottom: 20px;
}

.rule-desc {
    font-size: 18px;
}

@media all and (max-width: 500px) {

    .rules-content {
        width: 95%;
    }

    .rules-content > p {
        font-size: 32px;
    }

    .rules {
        margin-top: 30px;
    }

}

@media all and (max-width: 400px) {

    .rules-content > p {
        font-size: 28px;
    }

}

/* -------------------------------------------- */
/*        Created with ♥ by MVaR Team           */
/* Additional information on https://maksvar.ru */
/* -------------------------------------------- */
/*                                              */
/*         © Copyright 2023, RobuxPay           */
/* -------------------------------------------- */