br.xlarge {
    display: none;
}
@media only screen and (min-width: 1400px) {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column {
        flex-basis: auto;
        max-width: 100%;
    }
    br.xlarge {
        display: block;
    }
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(3) .badge {
       margin-right: 0;
    }

}

@media only screen and (max-width: 1400px) and (min-width: 1068px)  {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column {
        flex-basis: 50%;
        max-width: 100%;
    }
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(3) .badge {
        margin-right: 0;
     }
     .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+3) {
        margin-top: 25px;
        }
}