
.aboutus-governing {
    padding: 80px 5%;
}
/* .aboutus-governing div {
    font-size: 1.8rem;
} */
.aboutus-governing-banner{
    position: relative;
    padding: 0;
}
.aboutus-governing-banner-title, .aboutus-governing-inner-heading{
    font-family: "Montserrat", sans-serif!important;
}
.aboutus-governing-para, .aboutus-governing-inner-heading span.under-line {
    font-family: "Roboto", sans-serif;

}
.aboutus-governing-banner-text{
    position: absolute;
    top: 40%;
    left:5%;
}
.aboutus-governing-banner-new{
    padding: 0rem!important;
}
.aboutus-governing-banner-title {
    color: white;
    font-size: 9rem;
    font-weight: 700;

}
.aboutus-governing-inner-heading{
    width: 100%;
    font-size: 3rem;
    color: #E0001C;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.aboutus-governing{
    position: relative;
    padding-bottom: 10rem;
}

.aboutus-governing .bg-circle-pink {
    position: absolute;
    width: 500px;
    height: 500px;
    right: 0px;
    bottom: 0px;
    background: #e31e2485;
    opacity: 0.3;
    filter: blur(150px);
    z-index: -1;
}
.aboutus-governing  span.under-line {
    width: 10rem;
    padding: 1px;
    background: white;
    height: 0px;
    margin-top: 10px;
}
.aboutus-governing-inner-heading span.under-line {
    background: #515151;
    margin-bottom: 40px;

}
.aboutus-governing-para{
    font-weight: 500;
    color: #000000;
    font-size: 1.2rem;
    /* width: 90%; */
}
/* table.aboutus-governing-table {
    width: 65%;
    background-color: #FFFFFF;
} */
.aboutus-governing-table {
    border-top-left-radius: 10px; /* Adjust the value as needed */
    border-top-right-radius: 10px; /* Adjust the value as needed */

    overflow: hidden; /* Ensures the border-radius is applied correctly */
    width: 65%;
    background-color: #FFFFFF;
}
 table.aboutus-governing-table .cust-table{
    background-color: #141B47;
    color:white;
    font-family: "Inter", sans-serif;
    font-size:1.5rem;
    padding: 2rem;
    border-radius: 1rem
}
table.aboutus-governing-table.table-bordered {
    border: 1px solid #dee2e6;
}
table.aboutus-governing-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 1.2rem 1rem;
    font-size: 1.1rem;
}
table.aboutus-governing-table thead th:first-child{
    width: 15%;
}
table.aboutus-governing-table td {
    font-size: 1.1rem;
    font-family: 'Roboto';
} 
table.aboutus-governing-table { border-collapse: separate; border-spacing: 0; }
table.aboutus-governing-table td {
    /* border-style: none solid solid none; */
    padding: 10px;
}
table.aboutus-governing-table tr:first-child td:first-child { border-top-left-radius: 10px; }
table.aboutus-governing-table tr:first-child td:last-child { border-top-right-radius: 10px; }

table.aboutus-governing-table tr:first-child td { border-top-style: solid; }
table.aboutus-governing-tabletr td:first-child { border-left-style: solid; }

@media screen and (max-width: 1400px){
    .aboutus-governing-table {
        width: 80%;
    }
    
    .aboutus-governing-inner-heading {
        font-size: 3rem;
    }
}
@media screen and (max-width: 1000px){
    .aboutus-governing-table {
        width: 100%;
    }
  
   
}
@media screen and (max-width: 1200px){
    .aboutus-governing-table {
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .aboutus-governing-inner-heading {
        font-size: 2rem;
    }
    .aboutus-governing-para {
        font-size: 1rem;
    }
    table.aboutus-governing-table td, table.aboutus-governing-table thead th {
        font-size: 1rem;
    }
}
@media screen and (max-width: 800px){
    .aboutus-governing {
        padding-bottom: 6rem;
        padding-top: 31px;
    }
    table.aboutus-governing-table thead th:first-child{
        width: 15%;
    }
    .aboutus-governing-para {font-size: 1rem;margin-bottom: 1rem !important;}
    .aboutus-governing-inner-heading span.under-line {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 500px) {
    .aboutus-governing-inner-heading {
        font-size: 1.8rem;
    }
    .aboutus-governing-para {
           font-size: 1rem;
    }
    table.aboutus-governing-table td {
        font-size: 1.2rem;
        font-family: 'Roboto';
    }
    table.aboutus-governing-table td, table.aboutus-governing-table thead th {
        font-size: 0.9rem;
    }
    table.aboutus-governing-table td, table.aboutus-governing-table thead th {
        font-size: 0.9rem;
    }
}   