Okay, I managed it myself. It looks like it’s working
.column-fourth .column-wrap {
width: 20%;
}
@media only screen and (max-width: 1290px) {
.column-fourth .column-wrap {
width: 33%;
}
}
If you have any suggestions on improvement for this let me know 🙂