.hvs-card .hvs-specs {
    align-items: stretch !important;
}

.hvs-card .hvs-specs > span {
    display: grid !important;
    grid-template-columns: 24px auto !important;
    grid-template-rows: auto auto !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    column-gap: 8px !important;
    row-gap: 1px !important;
    min-height: 64px !important;
    padding: 8px 7px !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

.hvs-card .hvs-specs > span > i {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
}

.hvs-card .hvs-specs > span > b,
.hvs-card .hvs-specs > span > small {
    grid-column: 2 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
    line-height: 1.15 !important;
}

.hvs-card .hvs-specs > span > b {
    grid-row: 1 !important;
}

.hvs-card .hvs-specs > span > small {
    grid-row: 2 !important;
}

@media (max-width: 560px) {
    .hvs-card .hvs-specs > span {
        grid-template-columns: 21px auto !important;
        column-gap: 6px !important;
        padding-inline: 5px !important;
    }
}
