.specs_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .feature_conatiner {
      
        display: flex;
        flex-direction: column;
        color: black;
        width: 100%;

  }
  

  
  .table {
   
    display: none;
  }



  .glx_table1 {
   
    display: none;
  }

  .glx_table2 {
   
    display: none;
  } 

   .glx_table3 {
   
    display: none;
  } 

   .glx_table4 {
   
    display: none;
  }
  .glx_table5 {
   
    display: none;
  }  
   .glx_table6 {
   
    display: none;
  }  
   .glx_table7 {
   
    display: none;
  }
  .glx_table8 {
   
    display: none;
  }
  .glx_table9 {
   
    display: none;
  }
  .glx_table10 {
   
    display: none;
  }

  .tractor_table1 {
   
    display: none;
  }

  .tractor_table2 {
   
    display: none;
  } 

   .tractor_table3 {
   
    display: none;
  } 

   .tractor_table4 {
   
    display: none;
  }
  .tractor_table5 {
   
    display: none;
  }  
   .tractor_table6 {
   
    display: none;
  }  
   .tractor_table7 {
   
    display: none;
  }
  .tractor_table8 {
   
    display: none;
  }
  .tractor_table9 {
   
    display: none;
  }
  .tractor_table10 {
   
    display: none;
  }

  .vamana_table1 {
   
    display: none;
  }

  .vamana_table2 {
   
    display: none;
  } 

   .vamana_table3 {
   
    display: none;
  } 

   .vamana_table4 {
   
    display: none;
  }
  .vamana_table5 {
   
    display: none;
  }  
   .vamana_table6 {
   
    display: none;
  }  
   .vamana_table7 {
   
    display: none;
  }
  .vamana_table8 {
   
    display: none;
  }
  .vamana_table9 {
   
    display: none;
  }
  .vamana_table10 {
   
    display: none;
  }
  .vamana_table11 {
   
    display: none;
  }

  /* Add border around table container */
  .tableContainer {
   width: 100%;
  }
  
  /* Add border around table */
  #featureTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
  }
  
  /* Add border around table headers */
  #featureTable th {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-size: 20px;
  }
  
  /* Add border around table cells */
  #featureTable td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-size: 18px;

  }
  

  .feature_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #510059; 
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  }
  
  .left_box {
    order: 1;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
color: black;
font-weight: normal;
  }
  
  .right_box {
    order: 2; 
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 24px;
    color: black;
height: 10px;
width: auto;

  }

  .specstext{
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 3px; 
    text-transform: uppercase;
margin-bottom: 10px;
color: black;

}


@media screen and (max-width: 1250px) {
  #featureTable th {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-size: 20px;
  }
  
  /* Add border around table cells */
  #featureTable td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-size: 18px;

  }

  .left_box {
    order: 1;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
color: black;
font-weight: normal;
  }
    .feature_conatiner {
        flex: 1;  
          display: flex;
          margin-top: 20px;
       
          flex-direction: column;
          color: black;
        
        
    }
      /* Add border around table container */
  .tableContainer {
  
    margin-top: 0;
    margin-bottom: 0;
  }

  .right_box {
    order: 2; 
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    color: black;
height: 10px;
width: auto;

  }


  .feature_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #510059; 
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  }
}

@media screen and (max-width: 650px) {
  #featureTable th {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-size: 18px;
  }
  
  /* Add border around table cells */
  #featureTable td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-size: 16px;

  }
.left_box {
  order: 1;
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
color: black;
font-weight: normal;
}
}