/* book-a-demo page */
.cal-wrapper{
  background:#fff;
  border:1px solid rgba(124,106,247,.1);
  border-radius:1.5rem;
  padding:1rem;
  box-shadow:0 4px 32px rgba(124,106,247,.05);
  overflow:hidden;
}
#my-cal-inline-30min{
  width:100%;
  min-height:700px;
  border-radius:1rem;
}

@media(max-width:919px){
  .hero-demo{padding:6rem 1.25rem 2rem !important;}
  #my-cal-inline-30min{min-height:620px !important;}
}
