/*Role section starts here*/
.role{
    margin: 25px;
}

.role h1{
    color: #333;
    text-align: center;
    padding: 30px;
    margin: 20px 50px 20px 50px;
}

.role p{
    color: #333;
    text-align: left;
    font-size: larger;
    margin: 20px 60px 20px 100px;
}

/*Role section ends here*/

/*story section starts here*/

.story h3{
    text-align: center;
    color: #333;
    margin: 100px 20px 50px 20px;
}

.story img{
    height: 350px;
    margin-left: 43%;
    margin-bottom: 20px;
}

.story p{
    padding-left: 30px;
    padding-right: 30px;
    margin: 20px 60px 20px 100px;
    color: #222;
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
}

/*story section ends here*/

/*end section starts here*/

.end p{
    padding-left: 30px;
    padding-right: 30px;
    margin: 20px 60px 20px 100px;
    color: #222;
    font-weight: 300;
    font-size: 20px;
}

/*end section ends here*/