
section{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.our-land{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
}
.our-land img{
    width: 100%;
}
.facts {
    max-width: 900px;
    margin: auto;
    padding: 40px;
    font-family: "Montserrat", sans-serif;
}

.facts h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}

.fact-block {
    background: #faf8f5;
    border-left: 5px solid #b88a44; /* gold-ish accent */
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.fact-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #8b5e2a;
}

.fact-block ul {
    margin-left: 20px;
    line-height: 1.6;
}
