.bevz-product-details .bevz-details {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    max-width: 100%;
    padding-left: 10px;
    margin-top: 10px;
}

.bevz-product-details .bevz-details .bevz-title {
    color: #989898;
    text-align: right;
    font-family: Inter;
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.bevz-product-details .bevz-details .bevz-value {
    color: #515151;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}