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

@media only screen and (max-width:734px){
    .table-table-14 .section-memory .techspecs-column:nth-of-type(3) p:last-of-type {
        margin-top: 20px;
    }
} 
