body.page.page .the_content_wrapper {
  width: 100%;
  float: unset;
}

body.page.page .sidebar-widget {
  width: 100%;
  float: unset;
  margin-top: 0 !important;
}

.cpa-sidebar-page.cpa-sidebar-page {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.cpa-sidebar-page.cpa-sidebar-page .box {
  float: unset;
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.cpa-sidebar-page.cpa-sidebar-page .box:nth-child(odd) {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .cpa-sidebar-page.cpa-sidebar-page .box {
    width: 100%;
  }

  .cpa-sidebar-page.cpa-sidebar-page .box:nth-child(odd) {
    margin-right: 0;
  }
}

