.ols-product-specs,
.ols-product-specs * {
    box-sizing: border-box;
}

.ols-product-specs {
    padding: clamp(64px, 7vw, 92px) 0;
    color: #17232d;
    background: #fff;
}

.ols-product-specs__inner {
    width: min(1120px, calc(100% - 64px));
    margin: 0 auto;
}

.ols-product-specs__heading {
    margin-bottom: clamp(30px, 4vw, 46px);
    text-align: center;
}

.ols-product-specs__heading > span {
    color: #1677b8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ols-product-specs__heading h2 {
    margin: 12px 0 12px;
    color: #17232d;
    font-size: clamp(30px, 3.3vw, 48px);
    font-weight: 700;
    line-height: 1.18;
}

.ols-product-specs__heading p {
    margin: 0;
    color: #6b7780;
    font-size: 15px;
    line-height: 1.7;
}

.ols-product-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    margin: 0;
    border: 1px solid #dfe5ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 35, 45, .06);
}

.ols-product-specs__item {
    display: grid;
    grid-template-columns: minmax(118px, .42fr) minmax(0, 1fr);
    min-height: 64px;
    border-bottom: 1px solid #e7ebee;
}

.ols-product-specs__item:nth-child(odd) {
    border-right: 1px solid #e7ebee;
}

.ols-product-specs__item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.ols-product-specs__item dt,
.ols-product-specs__item dd {
    display: flex;
    min-width: 0;
    align-items: center;
    margin: 0;
    padding: 16px 18px;
    overflow-wrap: anywhere;
    line-height: 1.65;
}

.ols-product-specs__item dt {
    color: #4f5d67;
    background: #f5f8fa;
    font-size: 14px;
    font-weight: 650;
}

.ols-product-specs__item dd {
    color: #17232d;
    font-size: 15px;
}

@media (max-width: 768px) {
    .ols-product-specs__inner { width: calc(100% - 32px); }
    .ols-product-specs__grid { grid-template-columns: 1fr; }
    .ols-product-specs__item,
    .ols-product-specs__item:nth-child(odd),
    .ols-product-specs__item:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e7ebee;
    }
    .ols-product-specs__item:last-child { border-bottom: 0; }
    .ols-product-specs__item { grid-template-columns: minmax(105px, .4fr) minmax(0, 1fr); }
    .ols-product-specs__item dt,
    .ols-product-specs__item dd { padding: 14px 13px; font-size: 13px; }
}
