.focused-casino-section {
    width: 100%;
    max-width: 1140px;
    margin: 50px auto;
    box-sizing: border-box;
}

.casino-rank_table {
    display: flex;
    justify-content: space-between;
    Padding: 15px 0px 15px 0px;
    background-color: white;
    border: 1px solid #49b837;
}

.focused-casino-section span {
    display: inline-block;
}

.classic-btn {
    min-width: 192px;
    min-height: 47px;
    background-color: #DF2C36;
    border: none;
}

.classic-btn a {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.focused-fields_titles {
    width: 155px;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #1B1A25;
}

.focused-fields_num {
    width: 67px;
    font-size: 14px;
    line-height: 26px;
    color: #4A4B54
}

.focused-fields_val {
    width: 121px;
    font-size: 14px;
    line-height: 26px;
    color: #4A4B54
}

.focused-fields {
    display: flex;
}

.focused-casino_logo {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-bottom: 6px;
    object-fit: cover;
}

.focused-casino__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.focused-game_title {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1B1A25
}


.focused-casino_bottom p {
    font-size: 12px;
    line-height: 19px;
    color: #9F9F9F;
}

.focused-casino_top p {
    font-size: 14px;
    line-height: 24px;
    color: #4A4B54;
}

.focused-casino_top {
    margin: 30px 0px
}

.focused-casino_top h3 {
    font-size: 29px;
    line-height: 35px;
    color: #1B1A25
}

main.main-content>.focused-casino-section {
    max-width: 1140px;
}

@media only screen and (max-width: 600px) {
    .casino-rank_table {
        flex-direction: column;
    }

    .focused-fields {
        flex-direction: column;
    }

    .focused-casino-section span {
        width: 100%;
    }

    .focused-fields {
        display: flex;
        justify-content: center;
        margin: 6px 0px;
        text-align: center;
        background-color: #f5f5f5;
        font-size: 16px;
        margin-bottom: 16px;
        padding: 10px 0px;
    }

    .single-game-bonus-intro {
        text-align: center;
    }

    .focused-casino__col {
        margin: 0px 17px
    }

    .focused-heading {
        order: -1;
        margin-bottom: 14px;
    }

    .focused-btn {
        order: -1;
        margin-bottom: 14px;
    }

    .casino-rank_table {
        padding-top: 25px;
    }
}


@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .casino-rank_table {
        Padding: 15px 10px;
    }

    .focused-casino-section {
        padding: 15px;
    }

    .focused-casino__col {
        margin: 0px 17px
    }

    .casino-rank_table {
        flex-direction: column;
    }

    .focused-fields {
        flex-direction: column;
    }

    .focused-casino-section span {
        width: 100%;
    }

    .focused-fields {
        display: flex;
        justify-content: center;
        margin: 6px 0px;
        text-align: center;
        background-color: #f5f5f5;
        font-size: 16px;
        margin-bottom: 16px;
        padding: 10px 0px;
    }

    .single-game-bonus-intro {
        text-align: center;
    }

    .focused-casino__col {
        margin: 0px 17px
    }

    .focused-heading {
        order: -1;
        margin-bottom: 14px;
    }

    .focused-btn {
        order: -1;
        margin-bottom: 14px;
    }

    .casino-rank_table {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 1000px) {
    .casino-rank_table {
        Padding: 15px 75px;
    }
}
