/* @media only screen and (max-width: 1300px) {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column {
        flex-basis: auto;
        max-width: none;
    }
}

 */
 .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+3) {
    margin-top: 25px;
}

 @media only screen and (max-width: 1300px) {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column {
        flex-basis:100%;
        max-width: 100%;
    }
 }


 @media only screen and (max-width: 1300px) {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+3) {
        margin-top: 25px;
    }
 }


@media only screen and (max-width: 800px) {

    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+3) {
        margin-top: 25px;
    }
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+2) {
        margin-top: 25px;
    }
}

.badge .badge-value {
    display: inline-block;
}

.badge {
    margin-right: 0;
}

@media only screen and (max-width: 1300px) {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+2) {
    margin-top: 25px;
}
}