Hi Sias,
Here is above code, which is written in highlighted way;
@media only screen and (max-width: 480px) {
.columns.columns-two .column, .columns.columns-three .column, .columns.columns-four .column {
width: 100%;
}
}
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks