

/* ===============================
   Technical Data
================================ */

.epe-table-wrap {

    width:100%;
    overflow-x:auto;

}


.epe-table {

    width:100%;
    border-collapse:collapse;
    font-size:15px;

}


.epe-table th,
.epe-table td {

    padding:13px 18px;
    border-bottom:1px solid #e5e7eb;
    text-align:left;
    vertical-align:top;

}


.epe-table th {

    width:35%;
    background:#f7f8fa;
    font-weight:600;
    color:#222;

}


.epe-table td {

    color:#444;

}


.epe-table tr:last-child th,
.epe-table tr:last-child td {

    border-bottom:none;

}



/* ===============================
   Features
================================ */

.epe-features {

    display:grid;
    grid-template-columns:repeat(2,1fr);
    column-gap:50px;

}


.epe-feature-item {

    padding:14px 0;
    border-bottom:1px solid #ededed;

}


.epe-feature-title {

    display:block;
    font-size:16px;
    font-weight:600;
    color:#333;
    margin-bottom:4px;

}


.epe-feature-desc {

    display:block;
    font-size:15px;
    color:#444;

}



/* ===============================
   Responsive
================================ */

@media(max-width:768px){


.epe-features {

    grid-template-columns:1fr;

}


.epe-table th,
.epe-table td {

    padding:10px 12px;
    font-size:14px;

}


.epe-table th {

    width:40%;

}


}

