.rmr-sci-tech-specs {
    clear: both;
    width: 100%;
    margin: 2rem 0 2.5rem;
}

.rmr-sci-tech-title {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.rmr-sci-tech-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.rmr-sci-tech-table th,
.rmr-sci-tech-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #ececec;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
}

.rmr-sci-tech-table th {
    width: 38%;
    font-weight: 600;
    text-transform: uppercase;
    background: #f3f3f3;
}

.rmr-sci-tech-table tr:nth-child(even) th {
    background: #fafafa;
}

.rmr-sci-tech-table tr:nth-child(even) td {
    background: #fff;
}

.rmr-sci-tech-table tr:nth-child(odd) td {
    background: #fbfbfb;
}

@media (max-width: 640px) {
    .rmr-sci-tech-table,
    .rmr-sci-tech-table tbody,
    .rmr-sci-tech-table tr,
    .rmr-sci-tech-table th,
    .rmr-sci-tech-table td {
        display: block;
        width: 100%;
    }

    .rmr-sci-tech-table th {
        border-bottom: 0;
        padding-bottom: 0.35rem;
    }

    .rmr-sci-tech-table td {
        padding-top: 0.35rem;
    }
}
