.property__container {
    background-color: var(--main-background-color);
    border-radius: 10px;
    color: var(--main-text-color);
}

.property {
    margin-bottom: 1rem;
}

.prop-string {
    display: flex;
    flex-wrap: wrap;
}

.property__unGroup,
.property__group {
    width: 100%;
}

.property__title {
    font-weight: 500;
    font-size: 2.6rem;
    color: var(--main-text-color);
}

.property__unGroup-title,
.product-page__table-name.name-group {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin: 40px 0 30px;
    color: var(--main-text-color);
}

.prop-name__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: none;
}

.prop-name__inner::after {
    content: "";
    display: block;
    border-bottom: 1px dashed #D7DBE9;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 4px;
}

.product-page__table-name {
    color: var(--main-text-color);
    font-size: 14px;
    font-weight: 400;
    flex: 1 0 50%;
    padding: 0 5px 0 0;
}

.property .prop-spec {
    font-size: 14px;
    font-weight: 400;
    flex: 1 0 50%;
    padding: 0 5px;
}

.property .product-page__table-item {
    align-items: flex-start;
}