.custom_subcontent {
  max-width: 600px;
  margin: 0 auto;
}

.schedule_a_demo_custom {
  background-color: yellow;
  color: black !important;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
}

@media screen and (max-width: 992px) {
  .custom_sidebar_close {
    display: block;
  }
  .app-sidebar {
    display: none;
  }
}
