.flour {
  display: flex;
  text-align: right;
  gap: 40px;
}
.mills-section {
  margin-bottom: 40px;
  background-color: #f8f8f8;
  border: 1px solid #ded6d6;
  border-radius: 8px;
  display: flex;
  text-align: right;
  gap: 40px;
}

.section-title {
  color: #163029;
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 20px;
}

.flour-products,
.commercial-brand,
.other-flour-products,
.animal-feed,
.flour-chart,
.feed-chart {
  margin-bottom: 40px;
}

.flour-products img,
.commercial-brand img,
.other-flour-products img,
.animal-feed img {
  /*max-width: 100%;*/
  object-fit: contain;
  height: auto;
  display: block;
}

.text-block,.text-title {
  text-align: justify;
  font-size: 20px;
  color: #31544b;
  line-height: 1.8;
  margin-bottom: 20px;
}
.text-title {
  text-align: center;
  
}

.table-container {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
/* added css */
.custom-table{
border-spacing: 0 4px; 
 border-collapse: separate;
}
.custom-table  td{
background-color: #FFFFFF;
color: #3A4944;
}
.custom-table tbody tr:nth-child(even) td {
background-color: rgba(255, 255, 255, 0.5);
}
.custom-table tbody tr.highlight td {
  background-color: #FFC46C;
  font-weight: bold;
  color: #31544B;
}
/* added css */
th,
td {
  padding: 10px 30px;
  font-size: 14px;
}

th {
  background-color: #73837f;
  color: white;
  padding: 30px;
  text-align: start;
}

.total-row {
  background-color: #ffc46c;
}

/*commercial-brand*/
.commercial-brand-desc {
  display: flex;
  text-align: space-between;
  gap: 50px;
}
.background-img {
  background-color: #d0d6d4;
  padding: 80px 40px 0px 40px;
}
.background-img img {
  align-items: center;
}

.image-grid .row1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}
.image-grid .row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
  text-align: center;
}

.grid-box, .first-grid{
  background-color: #d0d6d4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.grid-box{
  padding: 15px;
}
.first-grid{
    padding: 70px 40px 15px 40px;
}
.box-title {
  background-color: #4e6a63;
  padding: 15px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-title h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  align-items: center;
}

.grid-box img {
  /*max-width: 100%;*/
  height: auto;
  margin-bottom: 10px;
}
.box-title h1{
  padding: 0px 80px;
}
@media (max-width: 992px) {
  .flour,
  .mills-section,
  .commercial-brand-desc {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .flour img,
  .grid-box img,
  .commercial-brand img,
  .animal-feed img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .image-grid .row1 {
    grid-template-columns: 1fr;
  }

  .image-grid .row2 {
    grid-template-columns: 1fr;
  }

  .box-title h1 {
    font-size: 28px;
  }

  .section-title {
    font-size: 20px;
    margin: 30px 0 15px;
  }

  .text-block {
    font-size: 18px;
  }

  th,
  td {
    padding: 10px;
    font-size: 13px;
  }

  th {
    padding: 15px;
  }

  .grid-box {
    padding: 10px;
  }

  .box-title {
    font-size: 16px;
    padding: 10px;
  }
}
.percent-none{
  display: none;
}
body[lang="en"] {
  .percent-none{
  display: inline;
}
.flour {
  
  text-align: left;
  
}

}