.neighborhood-list {
    position: relative;
    isolation: isolate;
    padding: 10rem 0 0;
    margin: 0 0 5rem;
}
.neighborhood-list header {
    padding: 0;
}
.neighborhood-list header h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3em;
    line-height: 1em;
    letter-spacing: .0667em;
    color: var(--navy-blue);
    text-align: center;
}
.neighborhood-list__box {
    background-color: var(--white);
    padding: 0 2.2em;
}
.neighborhood-list__box header h2 {
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.066em;
    text-transform: uppercase;
    margin: 0 auto 1em;
}
.neighborhood-list__box article {
    margin: 0 0 2.5em;
}
.neighborhood-list__box dl {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: .1rem solid gray;
}
.neighborhood-list__box dl div:not(:last-child) {
    margin: 0 0 1rem;
}
.neighborhood-list__box figure {
    width: 100%;
    height: 38rem;
    margin: 0 0 3rem;
}
.neighborhood-list__box article a {
    color: #00B2DC;
}
.neighborhood-list__box article dt {
    text-transform: uppercase;
}
.neighborhood-list__box article dt,
.neighborhood-list__box article dd,
.neighborhood-list__box article p {
    color: var(--navy-blue);
}
.neighborhood-list__box article dt,
.neighborhood-list__box article dd {
    display: inline;
    font-size: 2.6rem;
    line-height: 130%;
    font-family: var(--proxima-font);
    font-weight: 700;
    letter-spacing: 0.06em;
}
.neighborhood-list__box .head {
    margin: 0 0 2rem;
}
.neighborhood-list__box article {
    padding: 4rem;
    padding-bottom: 8rem;
    border-radius: 1rem;
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.07);
    overflow: auto;
}
.neighborhood-list__box article a {
    font-size: 2em;
    line-height: 1.4em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    display: block;
}
.neighborhood-list__box article p {
    font-size: 1.6em;
    line-height: 1.4em;
    letter-spacing: 0.125em;
    font-weight: 500;
}
.neighborhood-list__load-more {
    text-align: center;
    margin: 6em 0 0;
}
.neighborhood-list__load-more .bttn-load {
    position: relative;
    background-color: var(--white);
    border: .2rem solid var(--yellow);
    text-transform: uppercase;
    color: var(--navy-blue);
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1em;
    letter-spacing: .125em;
    height: 5.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.6rem;
    border-radius: 2.6rem;
}
.neighborhood-list__load-more .bttn-load i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: -1.6rem;
    background-color: var(--white);
    color: var(--yellow);
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.9rem;
    pointer-events: none;
}
.neighborhood-list__box dl div:last-child {
    display: flex;
}
.neighborhood-list__box dl div:last-child dt {
    flex: 0 1 auto;
    margin-right: 1rem;
}
.neighborhood-list__box dl div:last-child dd {
    flex: 1;
}
.neighborhood-list__box dl div:not(:last-child) {
    margin: 0 0 1rem;
}
@media only screen 
and (min-width : 961px) {
    .neighborhood-list {
        padding: 9.5rem 0 0;
        margin: 0;
    }
    .neighborhood-list header {
        padding: 0 0 5rem;
    }
    .neighborhood-list header h2 {
        font-size: 4.5em;
        letter-spacing: .044em;
    }
    .neighborhood-list__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 1.5rem;
        row-gap: 2.5rem;
    }
    .neighborhood-list__box:empty {
        display: none !important;
        padding: 0;
    }
    .neighborhood-list__box article {
        flex: 0 1 32.2rem;
        max-width: 32.2rem;
        margin: 0;
        min-height: 57.5rem;
    }
    .neighborhood-list__box figure {
        height: 19.2em;
        margin: 0 0 1.5rem;
    }
    .neighborhood-list__box .head {
        margin: 0 0 1rem;
    }
    .neighborhood-list__box dl {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
    .neighborhood-list__box article {
        padding: 2rem;
        padding-bottom: 2rem;
    }
    .neighborhood-list__box article dt,
    .neighborhood-list__box article dd {
        font-size: 1.6rem;
        line-height: 130%;
        letter-spacing: 0.06em;
    }
    .neighborhood-list__box article a {
        font-size: 2em;
        line-height: 1.4em;
        letter-spacing: 0.1em;
    }
    .neighborhood-list__box article p {
        font-size: 2em;
        line-height: 1.35em;
        letter-spacing: .1em;
    }
    .neighborhood-list__box dl div:not(:last-child) {
        margin: 0 0 .5rem;
    }
    .neighborhood-list__load-more {
        margin-top: 1rem;
    }
}
@media only screen 
and (min-width : 0) 
and (max-width : 960px) {
    .neighborhood-list .col-36-36 {
        padding-block: 1.4rem;
    }
    .neighborhood-list__load-more .bttn-load {
        height: 3.4em;
        padding: 0 2.25em;
        border-radius: 1.62em;
    }
    .neighborhood-list__load-more .bttn-load i {
        width: 1.6em;
        height: 1.6em;
        font-size: 1.18em;
        left: -.85em;
    }
}
