

section.investors-sec-list #ir-content {
    gap: 10px;
}

.committee {
    background: #13073a;
}

.theme-title-one {
    padding-top: 20px;
}

  
  .members > div {
    width: calc(100% / 3);
} 

.team-member{
        cursor: pointer;
    }
    .our-team .container {
        margin-top: 0;
    }

    .committee .row {
        justify-content: center;
    }
    .committee .theme-title-one .title {
        margin: 30px 0;
    }
    .single-block{
        cursor: pointer;
    }
    
    .committee * {
        color: #000;
    }

  @media screen and (max-width: 600px) {    
         .row .col-12 .text-wrapper, .committee .text-wrapper-3 {
            margin: 30px 0px;
        }
        
        .col-md-9, .col-xs-12, .col-lg-12.col-12 {
            padding: 0 !important;
        }
        
        .records-main-div {
            margin: 0px !important;
        }
    }

    
    .committee h3{
        margin-bottom:3%;
    }

    .committee h6{
        margin:10px;
        font-size:22px;
    }

    .committee span{
        font-size:16px;
    }
    .committee .row:nth-child(even) {
        background: #fff;
    }
    .committee .row:nth-child(odd){
         background:#f0f0f0;
    }
    .text-wrapper{
        padding:3% 27%;
    }

    .text-wrapper-3{
        padding:3% 0%;
    }

    .members{
        display:flex;
    /*    align-items: center;*/
        justify-content:space-between;
        margin: -15px auto;
    }

    .rectangle-verticle{
        width:3px;
        height:25px;
        display: block;
    }

    .rectangle-horizontal {
        width: 80%;
        height: 3px;
        margin-top: -27px;
    }

    @media screen and (max-width: 480px) {


     .committee h3{
        font-size:20px;
    }

    .committee h6{
        font-size:14px;
        margin-bottom: 0;
    }

    .committee span{
        font-size:12px;
    }

    .committee .text-wrapper{
        padding:4% 10%;
    }

    .committee .text-wrapper-3{
        padding:4% 0%;
    }

    .committee .text-wrapper-4{
         padding:4% 0%;
    }
    }

    @media screen and (min-width: 576px) {
        .our-team .col-lg-3.col-sm-6.col-12:first-child .team-member, .our-team .col-lg-3.col-sm-6.col-12:nth-child(2) .team-member {
            margin-top: 0;
        }
    }
    @media screen and (min-width: 992px) { 
        .our-team .col-lg-3.col-sm-6.col-12:nth-child(3) .team-member, .our-team .col-lg-3.col-sm-6.col-12:nth-child(4) .team-member {
            margin-top: 0;
        }
        .container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
    
    
/*Tables*/

.table .thead-dark th {
    border-color: #ed174c !important;
    background-color: #ed174c !important;
    color: #fff;
}

table.table {
    margin-bottom: 0;
    border: 1px solid;
}

.table>tbody, .table>tbody, .table>thead {
    border-color: #000 !important;
    border-width: 1px;
}


table.table tbody tr td {
    border: 1px solid;
}

div#ir-content table.table thead tr th {
    border: 1px solid #000 !important;
}

div#ir-content table.table a {
    color: #000;
}

div#ir-content table.table a:hover {
    color: #ed174c;
}
