

body {
  font-family: 'Nunito', sans-serif;
}


.using-nunito {
  font-family: 'Nunito', sans-serif;
}

.centrifugal-section-alt {
  background-color: #f0f4f8;
}

.section-heading {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0d3c61;
}

.machine-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.machine-row.alt-row {
  background-color: #6cb7da;
}

.machine-col {
  padding: 10px 15px;
  flex: 1 1 100%;
}

.title-col {
  flex: 0 0 30%;
  font-weight: 600;
  color: #0d3c61;
}

.content-col {
  flex: 0 0 70%;
  color: #333;
}

@media (max-width: 768px) {
  .title-col,
  .content-col {
    flex: 1 1 100%;
    padding-top: 5px;
  }
}

.machine-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.alt-row {
  background-color: #f8f9fa;
}
.machine-col.title-col {
  font-weight: bold;
  color: #29bcef;
}
.machine-col.content-col {
  margin-top: 4px;
}


.custom-table th {
  background-color: #f8f9fa;
  font-weight: bold;
  text-align: left;
}

.custom-table td,
.custom-table th {
  vertical-align: top;
  padding: 12px;
}

.custom-table tr:nth-child(even) {
  background-color: #fdfdfd;
  color:black;
}

.custom-table tr:nth-child(odd) {
  background-color: #28bcee;
 color: white !important;
  
}



