.t4-main-body .col-md-3.order-2.order-md-1 {
    display: none !important;
}
.t4-main-body .col-md-9.order-1.order-md-2 {
    width: 100% !important;
}
.t4-module,
.moduletable {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 15px;
}

