.investor-charter {
    background-color: #ffffff;
    padding: 100px 0 50px 0;
}


.investor-charter h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    /* text-shadow: 2px 2px 2px #000; */
}
.investors{
      background-color: #ccdee7;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.investors h4{
    font-weight: 600;
    padding: 10px;
}
.investors ul{
    padding-left: 25px;
}
.investors li{
    font-size: 18px;
   padding: 5px;
   list-style:disc;
}

.optionA{
    padding: 15px 0;
}
.sub-div{
    padding: 10px 0;
}
.sub-div p{
     padding: 8px 0px 8px 25px ;
     font-size: 18px;
}
.sub-div p i{
    color: #ff6700;
}
.Investor {
    background-color: #e6e6c5;
    padding: 10px 15px;
    margin-bottom: 20px;
}


.Investor h5 {
    margin-bottom: 20px;
    font-weight: 600;
}


.insector-list p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
}


.insector-list i{
    margin-right: 10px;
    color: #7a9e38;
}


.Investor h6{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}


.table{
    white-space: nowrap;
}
