.mainHead{
    margin: 20px auto;
    text-align: center;
    font-size: 45px;
    color: #106820;
}
.firstRDdiv, .secRDdiv, .thirdRDdiv, .forthRDdiv{
    width: 80%;
    /* height: 500px; */
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    border-radius: 14px;
    /* padding: 20px; */
    background: white;
    overflow: hidden;
}
.firstRDdiv h2, .secRDdiv h2, .thirdRDdiv h2, .forthRDdiv h2{
    padding: 20px;
    background: rgb(242 255 0 / 69%);
    width: 20%;
    height: -webkit-fill-available;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 1.2rem;
    text-transform: uppercase;
    /* color: blue; */
}
.firstRDdiv p, .secRDdiv p, .thirdRDdiv p, .forthRDdiv p{
    font-size: 1.1rem;
    width: 70%;
    margin: 20px;
    line-height: 26px;
    font-weight: 200;
}
