#fresh-makelaars .loop-neighborhood {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: hidden;
    border-radius: 10px;
}

#fresh-makelaars .loop-neighborhood a {
    text-decoration: none;
    color: black;
}

#fresh-makelaars .loop-neighborhood a:hover {
    color: black;
}

#fresh-makelaars .loop-neighborhood figure {
    margin: 0;
    position: relative;
    margin-bottom: 10px;
    height: 250px;
}

#fresh-makelaars .loop-neighborhood img {
  height: 100%;
  object-fit: cover;
}

#fresh-makelaars .loop-neighborhood .neighborhood-details {
    text-align: center;
    padding: 20px;
}

#fresh-makelaars .loop-neighborhood .neighborhood-subtitle {
    margin-bottom: 0px;
    font-size: 14px;
}

#fresh-makelaars .loop-neighborhood .neighborhood-title {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
