.organisation__item_list ul li { margin-right: 16px; margin-bottom: 14px;}
.organisation__item_list ul li .organisation__icon { width: 30px; height: 30px; margin-right: 5px; }
.organisation__item_list ul li .organisation__icon img { height: 28px; width: auto; }
.organisation__table table th.large-col {min-width: 220px;}

/*Below css changes as per client feedback --------css start--------------*/
.organisation__table table thead tr{background: var(--primary-color-4);}
.organisation__table table tr th{color: var(--primary-color-6);font-size: 1.4rem;}
.organisation__table table tr td{font-size:1.6rem;}
.organisation__table table tbody tr:nth-child(odd) {background: var(--primary-color-3);}
.organisation__table table tbody tr {background: var(--mono1);}
.organisation__table table tbody tr .down-cta{background-color: var(--primary-color-4);padding: 7px;border-radius: 100%;}
/*Below css changes as per client feedback --------css end--------------*/
@media screen and (max-width: 991px) {
  .organisation__item_list ul {justify-content: start;}
  .organisation__table .organisation__table__item__name span { margin-left: 14px; width: 35px; height: 35px; }
  .organisation__table  .organisation__table_row { background: var(--primary-color-3); padding: 20px 30px 30px; }
  .organisation__table  .organisation__table_row:nth-child(even) { background: var(--mono1); }
    .organisation__table .organisation__table_row__data .organisation__table__item {
  	margin-bottom: 33px;
  }
  .organisation__table  .organisation__table__item:last-child {margin-bottom: 0}
  .organisation__table .organisation__table_row__data { padding-left: 60px; }
  
  .organisation__table .organisation__table_row .organisation__table_row__heading {
    	margin-bottom: 16px;
  }
 
}


@media screen and (max-width: 575px) {
    .organisation__table .organisation__table_row__data {padding-left:30px}
}


/*----------------- Document module css-------------------*/
.organisation_wrapper .organisation__table table thead tr th:last-child,
.organisation_wrapper .organisation__table table tbody tr td:last-child{width:200px;}