.oota-specifications{

    background:#fff;

    margin-top:30px;

    padding:32px;

    border-radius:14px;

    box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.oota-specifications h2{

    margin-bottom:24px;

    font-size:28px;

}

.oota-specifications table{

    width:100%;

    border-collapse:collapse;

}

.oota-specifications tr{

    border-bottom:1px solid #ececec;

}

.oota-specifications th{

    width:35%;

    text-align:left;

    padding:14px 0;

    color:#555;

    font-weight:600;

}

.oota-specifications td{

    padding:14px 0;

    color:#222;

}