
.top-heading{
    height: auto;
    padding: 30px 0 0 0;
    margin: 0;
}

.top-heading p{
    font-size: 30px;
    text-align: center;
}

#top-para{
    font-size: 16px;
    margin-top: 15px;
    width: 85%;
}


/*////////// Founder members ////////// */



.founder-container{
    width: 100%;
    height: auto;
    padding: 30px 40px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

table th, table td {
    padding: 12px 15px;
    border: 1px solid #c9c9c9;
}

table thead th {
    background-color: #031f42;
    color: #fff;
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

table tbody tr:hover {
    background-color: #dcdcdc;
}

#width-sr{
    width: 100px;
}








@media (max-width: 1064px){
    .founder-container{
        width: 1064px;
    }
}
    




@media (max-width: 600px){
    .top-heading p{
        font-size: 45px
    }

    #top-para{
        font-size: 40px;
        text-align: justify;
    }
    table{
        font-size: 30px;
    }
}