@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: 430px) {
    .section-tiles .grid-item.grid-item-tile-innovation .detail-tile .tile-content .text-content .nowrap {
        white-space: nowrap;
    }
}