.table-fixed { 
  table-layout: fixed;
}
@media (min-width: 993px) {
  #cust_table_striped td:not(:first-child) {
    width: 14%;
    height: 0vh;
  }
  #cust_table_striped tbody tr:nth-of-type(even) td:nth-child(2) {
    background-color: #F2BE4E;
  }
  #cust_table_striped tbody tr:nth-of-type(even) {
    background-color: #DDDDDD; 
  }
  #cust_table_striped td, #cust_table_striped th {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
  #cust_table_striped td {
    border: solid 2px white
  }
  #cust_table_striped td:first-child, #cust_table_striped th:first-child {
    text-align: left;
  }
  /* #cust_table_striped th:nth-child(2) {
  	color: #5215C8;
    font-weight: 700;
  } */
  .container_of_table {
  	border-color: solid 1px #F2BE4E;
  }
  #cust_table_striped td img {
    width: 30%;
  }
  body {
    font-family: 'Open Sans', sans-serif;
  }

  #cust_table_striped th {
    font-weight: normal;
    font-size: 0.9vw;
  }

  #cust_table_striped td:first-child {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 0.9vw;
    padding:1% 1% 1% 2%;
  } 
}


@media (max-width: 992px) {
  #resp_table img {
    width: 50%;
  }
  
  #resp_table  td:first-child {
    font-size: 150%;
    font-weight: 500;
    width: 70%;
    vertical-align: middle;
    margin-left: 0;
    padding-left: 10%;
  }

  #resp_table td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
  }

  #carousel_table h5 {
    font-size: 2.5rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
  }
  .mtext-d-none {
    display: none;
  }

  #cust_table_striped tr:nth-child(odd) , #resp_table tr:nth-child(odd) {
      background-color: #DDDDDD;
  }

  #carousel_table .carousel-item:first-child #resp_table tr:nth-child(odd) td:nth-child(2) {
      background-color: #F2BE4E;
  }
  #carousel_table .carousel-control-prev, #carousel_table .carousel-control-next {
      height: 3%;
      top: 0;
      padding-top: 4vh;
      bottom: unset;
  }
}