.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%;
   }
}

.text--heading-l {
  color: #111111;
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: -0.0042em;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
@media (min-width: 37.5em) {
  .text--heading-l {
    font-size: 2.25rem;
    line-height: 1.333;
    letter-spacing: -0.0063em;
    margin-bottom: 1.875rem;
  }
}



