.project-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/handshake.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(30%);
}

.project-hero-content {
    position: relative;
    color: white;
    text-align: center;
    margin-top: 3rem;
 }
 

.project-title {
    color: #fff;
    font-size: 6rem;
    justify-content: center;
    align-items: center;
}

.about-the-scheme-article-section-container {
    padding: 2rem;
    width: 90%;
    margin: auto;
}

.about-the-scheme-article-section-container .about-the-scheme-article-section  {
    padding: 2rem;
    border-radius: 5px;
}

.about-the-scheme-article-section-container .about-the-scheme-article-section p {
    font-size: 18px;
    line-height: 3;
}
