.page-specs .section-system-requirements .linkbreak{
    display: none;
}
@media only screen and (max-width: 320px) {
  .page-specs .section-system-requirements .linkbreak{
        display: block;
    }
}