/* ===== Reconhecimento e Credibilidade ===== */
.mec-section.inicio {
  background-color: #f1f1f1 ;
  padding: 80px 20px;
}

.mec-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mec-box img {
  width: 120px;
  margin-bottom: 20px;
}

.mec-box h2 {
  color: #0b1f3a;
  margin-bottom: 16px;
}

.mec-box p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

/* Detalhe visual elegante */
#mec-inicio::before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 0 auto 30px;
  background: linear-gradient(90deg, #0b1f3a, #123a6f);
  border-radius: 10px;
}

/* Mobile */
@media (max-width: 600px) {
  .mec-box
   {
    flex-direction: column;
    text-align: center;
  }
}