.collapsible-body {
  display: none;
  height: 0px;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.is-collapsible-active {
  display: block;
  height: auto !important;
}
.collapsible {
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
.header-wrapper {
  cursor: pointer !important;
}
@media only screen and (max-width: 769px) {
  .treatment-wallpaper img {
    width: 100%;
    height: 50vh;
    object-fit: contain;
  }
  .left-side-wrapper {
    height: 50vh;
    position: relative;
  }
  .header-wrapper {
    width: 100%;
  }
  .m-6 {
    margin: 1rem !important;
  }
}
