h1 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 70px;
  font-family: var(--font-family-Bodoni);
  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-block: 1.5rem;
  text-align: center;
  line-height: 1.25;
  font-size: var(--text-6xl);
}

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

.rch-top-single-agent .rch-left-top-single-agent span:first-of-type{
    display: none;
}

.neighborhoodSingle .container {
  grid-template-columns: 1fr 99% 1fr !important;
  margin-inline: auto;
}

@media screen and (max-width: 992px) {
  .custom-intro__title {
    font-size: var(--text-5xl);
  }
}

@media screen and (max-width: 992px) {
  .custom-intro__title {
    font-size: var(--text-4xl);
  }
}

@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: 576px) {
  .custom-intro__title {
    font-size: var(--text-3xl);
  }
}

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