.head{
    margin: 20px auto;
    text-align: center;
    font-size: 45px;
    color: #106820;
}
.firstAboutDiv, .secAboutDiv, .midDiv{
    width: 80%;
    /* height: 500px; */
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
    padding: 20px;
}
.firstAboutDiv, .secAboutDiv{
    background: white;
}
.firstAboutDiv h3, .secAboutDiv h3{
font-size: 1.1rem;
width: 80%;
margin: 10px;
line-height: 26px;
font-weight: 200;
}
.midDiv h2{
    font-size: 35px;
    color: #106820;
}
/* about Section */
.aboutDiv {
    margin: 40px auto;
    height: 400px;
    width: 80%;
    display: flex;
    flex-direction: row;
    /* background: #aaff9f; */
    border-radius: 14px;
    overflow: hidden;
}

.leftAboutDiv {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #dcdcdc;
}

.leftAboutDiv h1 {
    position: relative;
    top: -50px;
    left: -70px;
    font-size: 65px;
}

.leftAboutDiv h2 {
    position: relative;
    /* top: 50px; */
    left: 50px;
    font-size: 60px;
    color: #106820;
}
.leftAboutDiv h1{
    color: #0f7c23;

}

.rightAboutDiv {
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #c0c0c0;
}

.rightAboutDiv p {
    font-size: 1.1rem;
}
/* about vis Section */
.aboutVisDiv {
    margin: 40px auto;
    height: 300px;
    width: 80%;
    display: flex;
    flex-direction: row;
    /* background: #aaff9f; */
    border-radius: 14px;
    overflow: hidden;
}

.leftAboutVisDiv {
     flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #c0c0c0;
}

.rightAboutVisDiv h1 {
    position: relative;
    top: -40px;
    left: -60px;
    font-size: 45px;
}

.rightAboutVisDiv h2 {
    position: relative;
    /* top: 50px; */
    left: 50px;
    font-size: 40px;
    color: #106820;
}
.rightAboutVisDiv h1{
    color: #0f7c23;

}

.rightAboutVisDiv {
   

    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #dcdcdc;
}

.leftAboutVisDiv p {
    font-size: 1.1rem;
}
