.hzt-attributes-wrap {
    width: 100%;
}

.hzt-attribute-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9ecef;
    padding: 38px 0;
    font-size: 15px;
}

.hzt-attribute-label {
    font-weight: 600;
    color: #111;
    flex: 0 0 33.33333%;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: rgb(0, 0, 0);
}

.hzt-attribute-value {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.hzt-attribute-value p{
    margin: 0;
}