.card__buttonmargin {
  margin: 24px 0px;
}

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

.planner-display-buy-module{
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none !important;
  display: block;
}
.card__outline:hover .title-buy {
  text-decoration: underline;
}

.link_buy{
  text-decoration: underline;
  font-weight: 400;
  color: #484848;
}

.link_buy:focus, .link_buy:hover, .link_buy:active {
  color: #111111;
  cursor: pointer;
}

.card__info_buy{
  display: flex;
  padding: 1rem 1rem 1rem 1rem;
  justify-content: space-between;
}

.card__title_buy {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 157.1%;
  color: #111111;
}
.card__body_buy {
  line-height: 157.1%;
  font-weight: 400;
  color: #484848;
  text-decoration: none;
}

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

.card_buy_module_a{
  display: contents;
}
.card__outline{
  background-color:#F5F5F5;
  border-radius: 8px;
  text-decoration: none;
}
.button_mini{
  flex-wrap: wrap;
  padding-left: 0.75rem;
  align-content: center;
}

.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;
  }
}
.planner-dir:dir(rtl){
  margin-left: 0.625rem;
}



