@media only screen and (max-width: 980px) {
.two-columns .et_pb_column {
width: 33%!important;
}
}
@media only screen and (max-width: 479px) {
.two-columns .et_pb_column {
width: 50%!important;
}
}