h5, h6 {
    font-size: 30px !important;
    font-weight: var(--fw-bold) !important;
    line-height: 1.2;
}

h2, h3, h4 {
    font-size: 35px !important;
    font-weight: var(--fw-bold) !important;
    line-height: 1.2;
}

.feature-value {
    font-size: 15px !important;
    text-indent: -10px;
    padding-left: 10px;
}

.form-control.form-control {
    min-height: 50px;
}

.inventory-details .preamble {
    font-weight: 600;
}

.inventory-details div {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}