@media only screen and (max-width: 734px) {
    .section-memory .techspecs-column, .section-storage .techspecs-column{
        grid-template-rows:inherit;
    }
}

@media only screen and (max-width:734px){
    .section-built-in-apps .techspecs-appgrid-app:nth-last-of-type(-n+2){
        margin-bottom: auto;
    }
}