/* Custom CSS File for Buyers to Modify */

.rh-ultra-property-title-price em {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--rh-color-white);
}
@media (max-width: 890px) {
  .rh-ultra-property-title-price em {
    font-size: 26px;
    color: var(--rh-global-color-headings);
  }
}