
@media only screen and (min-width: 1068px) {
    .typography-hero-small-headline {
        line-height: 1.0875;
    }
}

@media only screen and (min-width: 735px) {
    .detail-at-a-glance .glance-three-up .badge {
        min-width: auto;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1068px) {
    .detail-results .column:nth-of-type(2) {
        transform: translateX(4px);
    }
}