.plan-photo img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
    
}
  
  .plan-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.plan-card .vc_column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.plan-card .wpb_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.plan-card .vc_row_inner:last-child {
  margin-top: auto !important;
}
.plan-photo-top img {
  object-position: top 20% !important;
}