/************************************* bigBanner *************************************/


.bigBanner img {
    width: 100%;
    height: auto;
}

/************************************* section1  *************************************/


.section1 {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #fff;
}


.section1 .onePerson {
    margin-bottom: 45px;
    text-align: center;
}

.section1 .onePerson img {
    margin-bottom: 15px;
}

.section1 .onePerson h6 {
    font-weight: 500;
}




/************************************* section2 *************************************/


.section2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}

.section2 .container-fluid .table {
    margin-top: 60px;
    border: none;
    text-align: left;
    font-weight: 500;
}

.section2 .container-fluid table.table tr th.c1,
.section2 .container-fluid table.table tr th.c2{
    width:25%;
}


.section2 .container-fluid .table tr td:first-child {
    color: #0870E5;
}


table.table > thead > tr > th {
    border-top: none;
    border-bottom: 2px solid #3f3f3f;
}

table.table > tbody > tr > td {
    border-bottom: 1px solid #BBBBBB;
}

