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: 70vh;
}

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

.custom-intro {
    height: 70vh;
    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;
}
body.page-id-98 .singlePost--content p strong{
	margin-bottom: 0.5rem;
}

body.page-id-98 .singlePost--content figure img{
	margin-inline: auto;
    display: block;
	margin-block-end: 2rem;
}
@media screen and (max-width: 768px) {
	h1 {
    font-size: 50px;

	}
}

.rch-agents-list{
	margin-bottom: 5rem;
}