.specifications_sect {
    background-color: #F5F5F5;
}
.specifications_sect .sect_title {
    text-align: left;
}
.specifications_sect .richtext {
    color: #374151;
    line-height: 1.5;
    max-width: 100%;
}
.specifications_sect .richtext .richtext_table_wrap {
    border-color: #E5E7EB;
}
.specifications_sect .richtext table {
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 1em;
    box-sizing: border-box;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    line-height: 1.5;
}
.specifications_sect .richtext table thead {
    background-color: #333333;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.specifications_sect .richtext table td,
.specifications_sect .richtext table th {
    text-align: left;
    padding: 1em/* 0.625em*/;
    box-sizing: border-box;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    color: #374151;
}
.specifications_sect .richtext table th {
    font-weight: 600;
}/*
.specifications_sect .richtext table td:first-child,
.specifications_sect .richtext table th:first-child {
    padding-left: 2em;
}
.specifications_sect .richtext table td:last-child,
.specifications_sect .richtext table th:last-child {
    padding-right: 2em;
}*/
.specifications_sect .richtext table thead td,
.specifications_sect .richtext table thead th {
    color: #FFFFFF;
}
@media(max-width: 1199px) {
    .specifications_sect .richtext table {
        font-size: 0.875em;
    }/*
    .specifications_sect .richtext table td:first-child,
    .specifications_sect .richtext table th:first-child {
        padding-left: 0.625em;
    }
    .specifications_sect .richtext table td:last-child,
    .specifications_sect .richtext table th:last-child {
        padding-right: 0.625em;
    }*/
}
@media(max-width: 767px) {
    .specifications_sect .richtext {
        overflow-x: auto;
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
    }
    .specifications_sect .richtext table {
        border-radius: 0.25em;
    }
    .specifications_sect .richtext table td:nth-child(n),
    .specifications_sect .richtext table th:nth-child(n) {
        padding: 0.5em;
    }
    /*
    .specifications_sect .table {
        font-size: 0.75em;
    }

    .specifications_sect .table td,
    .specifications_sect .table th {
        padding: 0.5em 0.25em;
    }
    .specifications_sect .table td:first-child,
    .specifications_sect .table th:first-child {
        padding-left: 1em;
    }
    .specifications_sect .table td:last-child,
    .specifications_sect .table th:last-child {
        padding-right: 1em;
    }
    .specifications_sect .table_wrap {
        margin: 0 calc(50% - 50vw);
        overflow-x: auto;
    }*/
}