.neighborhood-inner {
    padding: 0px;
    margin: 0px;
}

.neighborhood-featured-image {
    width: 49%;
    display:inline-block;
}

.neighborhood-featured-image canvas {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.neighborhood-main {
    width: 49%;
    display:inline-block;
    padding:10px 30px;
    line-height: 30px;
    vertical-align: top;
    margin:0px;
}

.neighborhood-main.no-featured-image{
    width: 100%;
}

.neighborhood-main h2 {
    margin-bottom: 60px;
}
.neighborhood-main p {
    margin-bottom: 17px;
    font-size: 20px;
}
.aios-neighborhood-wrap{
    margin-top:30px;
}

.aios-neighborhood-wrap .neighborhood-title {
    font-size: 60px;
    color: #383838;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 55px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 991px) {
    .neighborhood-main h2{
        margin-bottom :30px;
    }
}

@media only screen and (max-width: 768px) {
    .neighborhood-featured-image {
        width: 100%;
    }

    .neighborhood-featured-image canvas {
        height: 350px;
    }

    .neighborhood-main {
        width: 100%;
        padding: 10px 5px;
    }
}

