Hi PoNG Center
Ok please add the below CSS code in the Additional CSS box.
For this Go to Appearence >> Customize >> Additional css box.
@media screen and (min-width: 600px) and (max-width: 992px) {
.wp-block-columns {
flex-wrap: nowrap !important;
display: block !important;
}
.wp-block-column:not(:first-child) {
margin-left: 0 !important;
}
}
Let us know if it works.
Thanks