.first-1-box, .first-container, .sec-container, .third-container, .forth-container, .fifth-container, .sixth-container{
    width: 80%;
    /* height: 500px; */
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
    padding: 20px;
}
.first-1-box{
    margin: 20px auto;
    padding: 0;
    /* background: #6fd28d; */
}
.first-1-box h2{
    font-size: 45px;
    color: #106820;
}
.first-container{

    /* margin: 20px auto; */

    /* background: #bdffc0; */
    background: white;
   
}
.first-2-box, .sec-1-box, .three-1-box, .four-1-box, .five-1-box, .six-1-box{
    font-size: 30px;
    font-weight: bold;
    margin: 10px;
    
}
.first-3-box, .sec-2-box, .three-2-box, .four-2-box, .five-2-box, .six-2-box{
    font-size: 1.1rem;
    width: 70%;
    margin: 10px;
}
.sec-container{
    /* background: #cbffbd; */
    background: white;
}
.forth-container{
    /* background: #e6e2c1; */
    background: white;
}
.fifth-container{
    /* background: #e6e2c1; */
    background: white;
}
.sixth-container{
    /* background: #e6e2c1; */
    background: white;
}
