@media (max-width:734px){
    .table-table-14 .section-memory .techspecs-column:nth-of-type(3) p:nth-last-of-type(1) {
        margin-top: 0;
    }
    .table-table-14 .section-memory .techspecs-column:nth-of-type(3) {
        margin-bottom: 45px;
    }
    .table-table-14 .section-memory .techspecs-column:nth-of-type(n+4){
        margin-top: 0;
    }
}

@media (min-width:735px) and (max-width:1068px){
    .section-memory .techspecs-column:nth-of-type(n+3) p:nth-last-of-type(1) {
        margin-top: 0;
    }
}