.homes-hero {
    background-color: #222840;
    color: #f1f6eb;
    text-align: center;
}

.homes-hero-wrapper {
    display: flex;
    flex-direction: column;
    padding: 36px 0;
}

.homes-hero-wrapper p {
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 872px;
}

#homes-developments {
    padding: 0 !important;
    padding-top: 36px !important;
}

.developments-list {
    padding-top: 24px;
    margin-bottom: 0;
    background-color: #F0EFEF;
}

body > section.developments-list > div > div:nth-child(1) > h2 {
    margin-bottom: 24px;
}

.o-h-development h2 {
    text-align: center;
}

.o-h-development-inner {
    display: flex;
}

.development-left, .development-right {
    flex: 0 0 50%;
    display: flex;
}

.development-right-inner {
    margin: auto 0;

}

div.development-right > div > p {
    padding-right: 150px;
}

.development-right-inner h3 {
    font-family: 'PPPangaia', serif !important;
    font-weight: 400;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 12px auto;
    color: #87b555;
}

#aughton > div > .development-right-inner p, #Northwich > div > .development-right > div > p {
    color: #fff;
}

.development-left > div {
    max-width: 500px;
    margin: auto !important;
}

.o-h-development-inner {
    padding: 60px;
    gap: 24px;
}

#aughton, #Northwich {
    background-color: #222840;
}

#formby, #heswall {
    background-color: #eaeaea;
}

@media screen and (max-width: 991px) {
    .o-h-development-inner {
        flex-direction: column !important;
        gap: 48px;
    }
    
    .development-right > div > p {
        padding: 0 !important;
    }
}

