/* Custom styles goes here */
@media only screen and (max-width: 600px) {
  .container-p-y.flex-grow-1.h-100.overflow-y-scroll.pt-2.px-3 {
    height: 785px;
    overflow: scroll;
  }
}
