.first-view h1 {
  color: #0f2e86;
  background-color: #736E62;
  font-size: 30px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Anti-caking h2 {
  color: #0f2e86;
  
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.Anti-caking h2::after {
  
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.Anti-caking form {
  
  
  color: #000000;
  font-size: 15px;
  font-weight: lighter;
  text-align: flex;
  margin-top: 20px;
}
.Anti-caking table {
  
  margin: auto;
}

.granulation h2 {
  color: #0f2e86;
  
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.granulation h2::after {
  
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.granulation form {
  color: #000000;
  font-size: 15px;
  font-weight: lighter;
  text-align: flex;
  margin-top: 20px;
}
.granulation table {
  
  margin: auto;
}
.micronutrient{
  text-decoration: underline;
}

.micronutrient-fertilizer h2 {
  color: #0f2e86;
  
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.micronutrient-fertilizer h2::after {
  
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.micronutrient-fertilizer form {
  color: #000000;
  font-size: 15px;
  font-weight: lighter;
  text-align: flex;
  margin-top: 20px;
}
.micronutrient-fertilizer table {
  
  margin: auto;
}
.custom-underline{
  text-decoration: underline;
  text-decoration-style:solid;
  text-decoration-thickness:  2px; 
  text-decoration-color:#0f2e86
}
 table tr,
 table td{
  width: 500px;
 }


  @media (max-width: 800px) {
    
  }