.seedsHead{
    margin: 20px auto;
    text-align: center;
    font-size: 45px;
    color: #106820;
}
.seedsDiv{
    width: 80%;
    /* height: 500px; */
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    border-radius: 14px;
    padding: 20px;
    background: white;
    overflow: hidden;
}
.seedsDiv p{
    font-size: 1.1rem;
    width: 70%;
    margin: 20px;
    line-height: 26px;
    font-weight: 200;
}