@media only screen and (min-width: 1069px) {
    .section-other-industry-stories .gallery-item-rituals .nowrap {
        display: inline-block;
    }
    .detail-at-a-glance .glance-three-up .badge {
        min-width: auto;
        margin: 0 auto;
        }
        .detail-at-a-glance .glance-three-up .badge:first-child {
            padding-left: 0;
        }
        .detail-at-a-glance .glance-three-up .badge:last-child {
            padding-right: 0;
        }
}


@media only screen and (max-width: 450px) {
    .section-tiles .grid-item.grid-item-tile-innovation .detail-tile .nowrap {
        display: inline-block;
        white-space: normal;
    }
}


