.property-details .list-group-item {
  font-weight: bold;
}
.property-details .list-group-item span:first-child {
  font-weight: normal;
  padding-left: 1rem;
}
.property-details .agent-image {
  text-align: center;
}
.property-details .agent-image img {
  display: inline-block;
  /* border-radius: 50%; */
  padding: 1rem;
  padding-left: 0;
  max-height: 120px;
}
.property-details .card {
  box-shadow: none !important;
}
.property-details .property-image-main {
  padding: 0 10px;
  height: 500px;
  flex-grow: 1;
  background-position: center;
  background-size: cover;
  width: 100%;
  border-radius: 1rem;
}
.property-details .property-image-xl {
  border-radius: 1rem;
  padding: 0 10px;
  width: 100%;
  height: 160px;
  flex-grow: 1;
  background-position: center;
  background-size: cover;
  display: block;
}

/*# sourceMappingURL=property-details.css.map */
