
/* Detail property title: real listing name, left aligned */
.property-cms-hero-section h1,
.property-cms-hero-section h1.title-medium {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 78rem !important;
  text-wrap: balance;
}

.property-cms-hero-section .text-align-center {
  text-align: left !important;
}

@media screen and (max-width: 991px) {
  .property-cms-hero-section h1.title-medium {
    max-width: 90vw !important;
  }
}

@media screen and (max-width: 767px) {
  .property-cms-hero-section h1.title-medium {
    max-width: 94vw !important;
  }
}
