.bom-limpo-justo-section {
  padding: 60px 20px;
  text-align: center;
}

.bom-limpo-subtitle {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #002827;
}

.bom-limpo-title {
  font-size: 70px;
  font-weight: 300;
  font-family: 'Italiana', serif;
  margin: 10px 0 30px;
  color: #002827;
}

.bom-limpo-text {
  font-size: 22px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #002827;
  max-width: 800px;
  margin: 0 auto 50px;
}

.bom-limpo-btn {
  display: inline-block;
  background: #002827;
  color: white;
  padding: 12px 30px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.bom-limpo-btn:hover {
  background: transparent;
  border: 2px solid #002827;
  color: #002827;
  text-decoration: none;
}

.gallery-section {
  margin-bottom: 100px;
}
