.hola-layout-onecol {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .hola-layout-onecol {
    width: 100%;
  }
}