@media only screen and (min-width: 736px) {

    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit,
    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit-plus,
    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit-percent,
    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit-currency {
        /* font-size: 40px; */
    }
}

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

    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit,
    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit-plus,
    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit-percent,
    .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit-currency {
        /* font-size: 32px; */
    }
}

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


/* .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;
} */
@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(2) {
        margin-top: 25px;
    }
}