
@media (min-width: 992px) {
  body .post-details .post-details-content > .wp-block-group {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .post-details .post-details-content > .wp-block-group > .wp-block-group:nth-child(1) {
    flex-basis: 25%;
    position: sticky;
    top: 150px;
    border-bottom: 1px solid transparent;
  }
  body .post-details .post-details-content > .wp-block-group > .wp-block-group:nth-child(1) .shared-post {
    position: relative;
    padding-top: 48px;
    margin-top: 48px;
  }
  body .post-details .post-details-content > .wp-block-group > .wp-block-group:nth-child(1) .shared-post::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: -19%;
    height: 1px;
    background-color: #d0cfcd;
  }
  body .post-details .post-details-content > .wp-block-group > .wp-block-group:nth-child(2) {
    flex-basis: 65%;
    order: -1;
    position: relative;
  }
  body .post-details .post-details-content > .wp-block-group > .wp-block-group:nth-child(2)::before {
    content: "";
    position: absolute;
    right: -8%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #d0cfcd;
  }
  body .careers-details .careers-details-content::before {
    content: "";
    position: absolute;
    right: -6%;
    width: 1px;
    bottom: 0;
    top: 0;
    background: #d0cfcd;
  }
  body .careers-details .careers-details-related::before {
    left: -22.5%;
  }
  body .properties-detail .bg-custom .container-xl > .wp-block-group > .wp-block-group:nth-child(2) {
    flex: 0 0 70%;
    max-width: 70%;
  }
  body .properties-detail .bg-custom .container-xl > .wp-block-group > .wp-block-group:first-child {
    flex: 0 0 30%;
    max-width: 30%;
    background-color: unset;
    top: 100px;
  }
  body .properties-detail .bg-custom .container-xl > .wp-block-group > .wp-block-group:first-child > .wp-block-group__inner-container {
    display: block;
  }
  body .properties-detail .bg-custom .container-xl > .wp-block-group > .wp-block-group:first-child > .wp-block-group__inner-container > p {
    min-width: unset;
  }
}
/*# sourceMappingURL=template.homepage-desktop.css.map*/