h1 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 70px;
  font-family: var(--font-family-Secondary);
  color: var(--baseLight-color);
}
.image-section {
  width: 100%;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/assets/img/heroInner-contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--baseLight-color);
  position: relative;
  height: 600px;
}

.image-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.custom-intro {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom-intro__title {
  margin-bottom: 0px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.25;
}

.rch-agents-list h2 {
  font-size: var(--text-4xl);
}

.rechat-shell{
    padding-inline: 0;
}

.neighborhoodSingle .container {
  grid-template-columns: 1fr 97% 1fr;
}

.listing-card .listing-card__properties .listing-card__attributes{
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .singlePost {
    margin-block-start: 3rem;
  }

  .rch-agents-list h2 {
    font-size: var(--text-3xl);
  }
}

@media screen and (max-width: 425px) {
  .rch-agents-list h2 {
    text-align: center;
    font-size: var(--text-2xl);
  }
}
