
.the-big-game .error_messages .table {
    background: none;
}
.the-big-game .error_messages .table__cell {
    padding: 12px 5px;
}

.the-big-game .faqs {
    background: #FFFFFFD9;
    max-width: 94%;
    margin: 60px auto 50px;
    padding: 0 50px 93px;
    text-align: center;
    border-radius: 30px;
    background: #091B1DBF;
    z-index: 10;
    position: relative;
    border: 4px solid #FECB01;
    box-shadow: 8px 8px 0px 0px #00050140;
    color: #FFFFFF;
}

.the-big-game .faqs__title {
    padding: 35px 0 ;
    font-size: 38px;
    line-height: 57px;
}

.the-big-game .faqs__subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
}

.the-big-game .faqs__question_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Rockwell-Bold";
}

.the-big-game .faqs__question{
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-family: 'Rockwell-Bold';
}

.the-big-game .faqs__answer {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-family: 'Rockwell';
}

.the-big-game .ans{
    padding-bottom: 35px;
}

.the-big-game .faqs__answer .in_text_link,
.the-big-game .faqs__answer .in_text_accent {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.the-big-game .error_messages {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 10px 35px;
}

.the-big-game .error_messages__title {
    font-size: 32px;
    line-height: 27px;
    padding-bottom: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Rockwell-Bold';
}

.the-big-game .error_messages .table__cell--header {
    font-weight: 600;
    font-size: 12px;
    line-height: 27px;
    font-family: 'Latto';
}

.the-big-game .error_messages .table__cell--body {
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Latto';
    font-weight: 600;
    color: #000000;
    vertical-align: middle;
}
/* 
.the-big-game .head {
    font-family: 'agenda';
} */


@media (max-width: 580px) {

.the-big-game .faqs{
        padding: 0 8px;
        margin: 25px auto 30px;
    }

.the-big-game .faqs__title {
        font-size: 32px;
        line-height: 57px;
        padding: 25px 0;
    }

.the-big-game .faqs__subtitle {
        font-size: 18px;
    }
     
.the-big-game .the-big-game .faqs__question_title{
        font-size: 20px;
        line-height: 26px;
    }
    
.the-big-game .faqs__question,
.the-big-game .faqs__answer,
.the-big-game .faqs__answer .in_text_link,
.the-big-game .faqs__answer .in_text_accent {
        font-size: 20px;
        line-height: 26px;
    }

.the-big-game .error_messages__title {
        font-size: 32px;
        line-height: 35px;
        padding-bottom: 10px;
    }

.the-big-game .error_messages {
        padding-bottom: 25px;
    }

.the-big-game .error_messages .table__cell--header,
.the-big-game .error_messages .table__cell--body {
        padding: 15px;
        font-size: 12px;
        line-height: 14px;
    }

.the-big-game .error_messages .table__cell--body {
        line-height: 14px;
    }

    .the-big-game .faqs__answer .overflow{
        display: block;
        max-width: 100%; 
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
