@media (max-width: 600px) {
  .logo-header {
    width: 100%;
  }

  #missao h3 {
    font-size: 1.2rem;
  }

  #missao p {
    font-size: .9rem;
  }

  .text-sobre-nos {
    text-align: center;
  }

  #nossos-numeros .card-number h2 {
    font-size: 2rem;
    font-weight: 700;
  }

  #nossos-numeros .card-number h6 {
    font-size: 1rem;
    font-weight: 500;
  }

  #timeline .content {
    margin: 0 0 1.5rem 0;
  }

  #timeline .content h3 {
    font-size: 1.2rem;
  }

  #timeline .content p {
    font-size: .9rem;
  }

  #obras .col-md-2 {
    margin: 0 0 1.5rem 0;
  }

  #seguranca .col-md-3 {
    margin: 0 0 1.5rem 0;
  }

  #gestao .col-md-4 {
    margin: 0 0 1.5rem 0;
  }

  .box-whatsapp {
    width: 60px;
    height: 60px;
    font-size: 20pt;
  }

  .btn {
    min-width: 150px;
    font-size: 1rem;
  }

  .logo-lbd-sobre-nos {
    padding-top: 100px;
    width: 75%;
  }

  #fale-conosco .col-md-6 {
    text-align: center;
  }

  .nav-logo {
    width: 120px;
  }

  .navbar-collapse {
    text-align: center !important;
  }
}