.single-neighborhood .fresh-makelaars-container {
    overflow: visible;
}

.neighborhood-header {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.neighborhood-featured-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0.6);
}

.neighborhood-content {
    position: relative;
    z-index: 2;
    color: black;
    padding: 50px;
    max-width: 1000px;
    color: white;
}

.neighborhood-content p {
    color: white;
}

.neighborhood-content h1 {
    color: white;
    font-family: "Bree Serif", sans-serif;
    font-size: 62px;
}

.houses {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    gap: 20px;
    padding: 20px 0px;
}
