.popup-container {
    max-height: 650px;
    overflow: scroll;
    background: #fff;
}
@media only screen and (min-width: 420px) and (max-width: 991px){ 
    .popup-container {
      max-width: 400px !important;
    }
  }