body {
    font-family: 'Brockmann', sans-serif;
}

.page {
    margin-bottom: 0;
}

.hero-wrapper {
    display: flex;
}

body > section.developments > div > div > div > div > img {
    width: 240px !important;
    height: 140px;
    object-fit: cover !important;
}



.hero-left {
    display: flex;
    flex: 0 0 40%; /* 40% width */
    background: #222840 !important;
    color: #fff  !important;
}

.hero-left-inner {
    padding: 36px;
    margin-left: auto;
    max-width: 526px;
    margin-top: auto;
    margin-bottom: auto;
}

body > section.hero > div > div.hero-content.hero-left > div > p {
    margin-bottom: 36px;
}

.hero-button {
    background-color: #87b555;
    padding: 12px 24px;
    border-radius: 3px;
    color: #222840;
    font-size: 16px;
    font-weight: 600;
}

h1 {
    font-family: 'PPPangaia', serif;
    font-weight: 600;
    font-size: 2.2rem;
    text-transform: uppercase;
}

h2 {
    font-family: 'PPPangaia', serif !important;
    font-weight: 400;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.hero-right {
    flex: 0 0 60%; /* 60% width */
}

h1 {
    margin-top: 0;
}

.hero-right img {
    width: 100%;
    height: 100%;
    max-height: 424px;
    object-fit: cover;
    object-position: center;
}

.intro {
    margin: 48px auto;
}

.intro-text {
    order: 2;
    margin: auto;
    padding-left: 24px;
}

.intro-images {
    padding-right: 24px;
}

.intro-text p {
    margin-bottom: 0;
}

.intro-content {
    display: flex;
    color: #222840 !important;
}

.intro-content > div {
    flex: 0 0 50%;
    margin: auto;
}

.developments {
    padding: 48px 0;
    background-color: #F0EFEF;
    
}

.developments-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 24px;
    
}

.developments-inner p {
    text-align: center;
    margin-bottom: 0;
    font-family: 'PPPangaia', serif !important;
    font-weight: 400;
    font-size: 20px;
    margin-top: 12px;
    color: #222840;
}

.developments-inner h2 {
    text-align: center;
    color: #222840;
    margin-bottom: 36px;
}

.developments-inner {
    display: flex;
    flex-direction: column;
}

.development-inner {
    background-color: #fff;
    padding: 24px;
    margin: 9px;
}

.development {
    border: solid 7px #fff;
}

.view-developments-button {
    background-color: #222840;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 36px;
}




@media screen and (max-width: 1453px) {
    .hero-left, .hero-right {
        flex: 0 0 50% !important;
    }

    .hero-left-inner {
        max-width: 590px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .hero-left-inner {
        max-width: 500px;
    }
}

@media screen and (max-width: 991px) {
    .hero-wrapper {
        flex-direction: column;
    }

    .hero-left {
        order: 2;
    }

    .hero-right {
        max-height: 295px;
    }

    .hero-right img {
        object-position: bottom;
    }

    .hero-left-inner {
        max-width: 100%;
    }

    .intro-content {
        flex-direction: column;
    }

    .intro-images {
        margin: 0 !important;
        padding-right: 0;
        order: 2 !important;
    }

    .intro-text {
        padding-left: 0;
        margin-bottom: 24px !important;
        order: 1 !important;
    }

    .developments-list {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 767px) {
    .developments-list {
        justify-content: space-evenly;
    }

    
}

@media screen and (max-width: 767px) and (min-width: 410px) {
    .development {
        flex: 0 0 25%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .hero-right img {
        object-position: 0 -172px;
    }
}
