.card__buttonmargin {
  margin: 24px 0px;
}

.planner-mobile-display-hiding {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}

.planner-img__grid {
  padding-bottom :1rem;
  width: 100%;
  height: 60%;
}

@media (min-width: 37.5em) {
  .planner-img__grid {
    width: 100%;
    padding-bottom :1rem;
    height: 60%;
   }
}

@media (min-width: 56.25em) {
  .planner-img__grid {
    width: 60%;
    padding-bottom :1rem;
    height: 60%;
  }
}
.left{
  vertical-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.grid_Appointment{
  text-decoration: none;
  display: flex;
}

.videoGrid_Appointment{
  text-decoration: none;
  display: block;
  padding-top: 2rem;
}

.planner_Iframe_Video{
  width: 100%;
  height: 12.5rem;
}

@media (min-width: 37.5em) {
  .planner_Iframe_Video {
  width: 100%;
  height: 32.5rem;
 }
}

@media (min-width: 37.5em) {
  .videoGrid_Appointment {
    text-decoration: none;
    display: block;
    width: 100%;
   }
}

@media (min-width: 56.25em) {
  .videoGrid_Appointment {
    text-decoration: none;
    display: flex;
    padding-right: 2rem;
  }
}

.video_Appointment{
  width: 100%;
}

@media (min-width: 56.25em) {
  .video_Appointment {
    padding-right: 2rem;
  }
}

@media (min-width: 37.5em) {
  .video_Appointment {
    padding-right: 1rem;
    width: 60%;
   }
}



