.about,.future{
    background-color: rgb(179 246 179);
}

.about{
    text-align: center;
    color: #1e425e;
    /* background-color: rgb(240, 241, 169); */
}
.about img{
height: 800px;
width: 70%;
}

.future{
    margin: 100px 5px;
    padding: 50px 5px;
}
.future h1{
    background-color: #1e425e;
    color: white;
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 3.2rem;
    padding: 5px 0px;
}

.set h2{
    font-size: 2.0rem;
}

.scroll{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0px;
    padding: 5px 0px;
    text-align: center;
}
.set{
    border: 4px solid black;
    height: 550px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.set p{
    font-size: 0.9rem;
}