
.swing-for-the-fences .error_messages .table {
    background: none;
}
.swing-for-the-fences .error_messages .table__cell {
    padding: 12px 5px;
}

.swing-for-the-fences .faqs {
    background: #FFFFFFD9;
    max-width: 94%;
    font-weight: 900;
    margin: 60px auto 100px;
    padding-bottom: 93px;
    text-align: center;
    border-radius: 30px;
    padding: 0 100px;
    border-radius: 65px;
    background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
            linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7));
    z-index: 10;
    position: relative;
    border: 6px solid #F6DFB3;
    box-shadow: 8px 8px 0px 0px #323C62, 6px 6px 0px 0px #3B4673 inset;
    color: #FFFFFF;
}

.swing-for-the-fences .faqs__title {
    padding: 35px 0 ;
    font-size: 40px;
    line-height: 57px;
}

.swing-for-the-fences .faqs__subtitle {
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    margin-bottom: 30px;
}

.swing-for-the-fences .faqs__question_title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 900;
    text-align: left;
    font-family: "DynaPuff-regular";
}

.swing-for-the-fences .faqs__question{
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-family: 'DynaPuff-regular';
    font-weight: 700;
}

.swing-for-the-fences .faqs__answer {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-family: 'DynaPuff-regular';
    font-weight: 400;
}

.swing-for-the-fences .ans{
    padding-bottom: 35px;
}

.swing-for-the-fences .faqs__answer .in_text_link,
.swing-for-the-fences .faqs__answer .in_text_accent {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.swing-for-the-fences .error_messages {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 10px 35px;
}

.swing-for-the-fences .error_messages__title {
    font-size: 40px;
    line-height: 27px;
    padding-bottom: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-family: 'DynaPuff-bold';
}

.swing-for-the-fences .error_messages .table__cell--header {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
}

.swing-for-the-fences .error_messages .table__cell--body {
    padding: 20px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Latto';
    font-weight: 600;
    color: #000000;
    vertical-align: middle;
}

.swing-for-the-fences .table__header {
    text-transform: uppercase;
    color: rgba(248, 248, 248, 1);
    background:  rgba(0, 0, 0, 1);
}

.swing-for-the-fences .colors{
    color: rgba(248, 248, 248, 1);
    background: #D13C2D;
    font-family: 'Latto';
}

@media (max-width: 580px) {

.swing-for-the-fences .faqs{
        padding: 0 8px;
        margin: 25px auto 30px;
    }

.swing-for-the-fences .faqs__title {
        font-size: 32px;
        line-height: 57px;
        padding: 25px 0;
    }

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

.swing-for-the-fences .error_messages__title {
        font-size: 32px;
        line-height: 35px;
        padding-bottom: 10px;
    }

.swing-for-the-fences .error_messages {
        padding-bottom: 25px;
    }

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

.swing-for-the-fences .error_messages .table__cell--body {
        line-height: 14px;
    }

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