@media only screen and (max-width: 1199px) {
  body.home #careers .wp-block-columns {
    flex-direction: column !important;
  }
  body.home #careers .wp-block-columns .wp-block-column:first-child {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  body.home #careers .wp-block-columns .wp-block-column:first-child .wp-block-image {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body.home #careers .wp-block-columns {
    align-items: stretch;
  }
  body.home #careers .wp-block-columns .wp-block-column:last-child .wp-block-image {
    height: 100%;
  }
  body.home #careers .wp-block-columns .wp-block-column:last-child .wp-block-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

/*# sourceMappingURL=home.css.map */
