.detail-at-a-glance .glance-three-up .badge:last-child {
    padding-right: 0;
}

.detail-at-a-glance .glance-three-up .badge:first-child {
    padding-left: 0;
}

.detail-at-a-glance .glance-three-up .badge {
    min-width: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 734px) {
    .detail-at-a-glance .glance-three-up .badge {
        width: 100%;
        min-width: 100%;
    }

}