.cg-characteristics-grid {
    display: grid;
    grid-template-columns: 50% 50%;
	align-items: end;
}

.cg-characteristics-label,
.cg-characteristics-value {
    padding: 0.5em 0px 0;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid #d9d9d9;

}

.cg-characteristics-label {
    font-weight: 600;

}

.cg-characteristics-value {
    text-align: center;
	font-family: "Roboto", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
        font-style: normal;
        text-decoration: none;
        line-height: 1.5em;
        letter-spacing: 0px;
        word-spacing: 0em;
        color: var(--e-global-color-text);
}
.cg-characteristics-label{
font-family: var( --e-global-typography-7afaca7-font-family ), Sans-serif;
  font-size: var(--e-global-typography-5fbcf32-font-size);
  font-weight: 900;
  line-height: var(--e-global-typography-5fbcf32-line-height);
  letter-spacing: 0;
  color: var(--e-global-color-text);
}