@media (min-width: 767px) {
  /* 404 page - Make image stay aligned to the bottom while keeping the left column text centered */
  .error404 .wp-block-emagine-columns.align-column-bottom .inner-column-1 {min-height: 80vh;}
  .error404 .wp-block-emagine-columns.align-column-bottom .inner-column-2 .em-inside-inner-col {justify-content: flex-end;}
}

/* Align trial columns */
@media (min-width: 769px) {
  .result-time-commitment-cell {
    margin-left: -1.5rem !important;
  }
  .trial-box {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}