.swing-for-the-fences .table {
    width: 100%;
    text-align: center;
    color: rgba(53, 41, 59, 1);
    border-spacing: 5px;
    border-collapse: separate;
}

.swing-for-the-fences .table__header {
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #D13C2D;
    font-family: 'Gluten-Bold';
}

.swing-for-the-fences .table__body {
    background-color: #ffffff;
    font-family: 'DynaPuff-regular';
    font-weight: 400;
}

.swing-for-the-fences .table__cell {
    width: 50%;
    padding: 10px 5px;
}

.swing-for-the-fences .table--three_columns .table__cell {
    width: 33.33%;
}
