Indeed you are past at a time when my handling it prevents access to the site, it is visible again, but I found the solution from the following:
add the template CSS:
.cols-2 .column-1 {
width: 48%;
float: left;
}
.cols-2 .column-2 {
width: 48%;
float: right;
}
@media (max-width: 768px) {
.cols-2 .column-1,
.cols-2 .column-2 {
width: 100%;
float: none;
}
}
if anyone needs it in the future here is the solution
Best regards