/* .detail-at-a-glance .glance-three-up .badge {
    min-width: auto;
    margin: 0 15px;
    width: auto;
}
.glance-three-up.row {
    justify-content: center;
}

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

} */

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

@media only screen and (max-width: 1068px) {
    .detail-at-a-glance .glance-three-up .badge:first-child {
    padding-left: 10%;
}
}

@media only screen and (max-width: 800px) {
    .detail-at-a-glance .glance-three-up .badge:first-child {
    padding-left: 0%;
}
}