.lofty-feature-listing-page {
  width: 100%;
  .lofty-house-base {
    span+span {
      &:before {
        content: '|';
        color: #fff;
        margin: 0 6px;
        position: relative;
        bottom: 1px;
      }
    }
  }
}

@media (max-width: 600px) {
  #lofty-feature-listing-container.slider {
    .lofty-feature-address {
      font-size: 20px!important;
      width: 70vw;
      word-break: break-word;
    }
    .lofty-house-price {
      font-size: 18px!important;
    }
    .lofty-mls-text {
      width: 70vw;
      word-break: break-word;
    }
  }
}