body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.hero{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007856;
    padding: 20px;
    margin-top: 2%;
}
.hero .text{
    width: 70%;
    padding: 40px;
}
.hero img{
    width: 50%;
}
.hero p{
    font-size: 20px;
    color: white;
}

.hero h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    font-weight: 1; 
    color: white;
}


.contributors{
    width: 85%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 4%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.contributors .text{
    width: 50%;
    padding: 40px;
}
.contributors img{
    width: 50%;
}
.contributors p{
    font-size: 20px;
}

.contributors h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}



.community h1{
    font-family: Balto-Light, sans-serif;
    font-size: 40px;
    font-weight: 1; 
    color: #007856;
    padding: 0px 20px;
}
.community p{
    font-size: 20px;
    padding: 0px 20px;
}
.community .img1{
    /* width: 100%; */
    background: url(../img/About/community2.jpg);
    height: 15rem;
    background-size: cover;
}
.community .img2{
    /* max-width: 100%; */
    background: url(../img/About/invested.jpg);
    height: 15rem;
    background-size: cover;
}
.community .img3{
    /* max-width: 100%; */
    background: url(../img/About/empowering.jpg);
    height: 15rem;
    background-size: cover;
}
.community .all{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.community .all .details{
    width: 27%;
    height: 45rem;
    margin: auto;
    box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.community button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 20px 0px
}
.community button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.diversity{
    width: 85%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 4%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.diversity .text{
    width: 50%;
    padding: 40px;
}
.diversity img{
    width: 50%;
}
.diversity p{
    font-size: 20px;
}

.diversity h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.diversity button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px
}
.diversity button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.integrity{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 3%;
}
.integrity .text{
    width: 50%;
    padding: 40px;
    margin: 100px;
}
.integrity img{
    width: 50%;
    margin: 20px;
}
.integrity p{
    font-size: 20px;
    margin-top: -4%;
}
.integrity .fa-handshake, .integrity .fa-hand-holding-usd{
    font-size: 60px;
    color: #007856;
}

.integrity h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.integrity button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px
}
.integrity button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}


.bank{
    width: 90%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 4%;
    line-height: 40px;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.bank .text{
    width: 50%;
    padding: 40px;
}
.bank img{
    width: 50%;
}
.bank p{
    font-size: 23px;
}
.bank .texts p{
    padding-top: 5px;
    border-top: 1px solid black;
}
.bank .texts .fa-check-circle{
    color: #007856;
    font-size: 30px;
}
.bank h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}




@media(max-width: 800px){
    .hero {
        flex-direction: column;
        padding: 40px;
    }

    .hero h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }
    .hero .text{
        width: 100%;
    }
    .hero p {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }
    .hero img{
        width: 90%;
    }


    .contributors {
        width: 75%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .contributors h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .contributors p {
        font-size: 17px;
    }

    .contributors .text {
        width: 90%;
    }

    .contributors button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .contributors img {
        width: 100%;
    }


    .community h1{
        font-family: Balto-Light, sans-serif;
        font-size: 30px;
        line-height: 2rem;
    }
    .community .all{
        flex-direction: column;
    }
    .community .all .details{
        width: 70%;
        margin-bottom: 5%;
    }


    .diversity {
        width: 75%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .diversity h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .diversity p {
        font-size: 17px;
    }

    .diversity .text {
        width: 90%;
    }

    .diversity button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .diversity img {
        width: 100%;
    }


    .integrity {
        width: 75%;
        flex-direction: column;
        /* padding: 10px; */
    }

    .integrity h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .integrity p {
        font-size: 17px;
    }

    .integrity div {
        width: 90%;
    }

    .integrity button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .integrity img {
        width: 100%;
    }



    .bank {
        width: 75%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .bank h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .bank p {
        font-size: 17px;
    }

    .bank .text {
        width: 90%;
    }

    .bank button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .bank img {
        width: 100%;
    }
}