#services-section, 
#services-section2, 
#services-section3 {
  padding: 60px 20px;
  background: #f9f9f9;
}

.section-title, .section-title2, .section-title3 {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 30px;
  color: #272727;
}

.table-wrapper, .table-wrapper2, .table-wrapper3 {
  width: 100%;
  overflow-x: auto; /* scroll horizontal */
}

#services-table, 
#services-table2, 
#services-table3 {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px; /* menor pq agora só 2 colunas */
  table-layout: fixed;
}

#services-table th, #services-table td,
#services-table2 th, #services-table2 td,
#services-table3 th, #services-table3 td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  color: #272727d2;
  font-weight: 500;
  font-size: 1rem;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: top;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 1px;

}

#services-table th { background: #568C69; color: #fff; }
#services-table2 th { background: #9d2a13; color: #fff; }
#services-table3 th { background: #568C69; color: #fff; }

@media screen and (max-width: 768px) {
  #services-table, #services-table2, #services-table3 {
    min-width: 600px; /* força ~1,5 colunas no mobile */
  }
  #services-table th, #services-table td,
  #services-table2 th, #services-table2 td,
  #services-table3 th, #services-table3 td {
  font-size: 0.9rem;
    padding: 10px;


   }
}
