#about {
  padding: 60px 0 30px 0;
}

#about p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #64666d;
  line-height: 1.5;
}

#about h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 60px 0 20px 0;
  padding: 0;
}


#about .text-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

#about .text-box p {
  text-align: justify;
}


#about .section-header {
	margin-bottom: 50px;
}

#about .section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

#about .section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}


#about .terreiro-image-fixed {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

/* Responsividade para tablets */
@media (max-width: 768px) {
  #about .terreiro-image-fixed {
    height: 400px;
  }
}

/* Responsividade para mobile */
@media (max-width: 576px) {
  #about .terreiro-image-fixed {
    height: 250px;
  }
  
  /* Layout das imagens terreiro3 e terreiro4 em mobile */
  #about .row .col-lg-6.col-md-6 {
    margin-bottom: 20px;
  }
}

#about .guardiao-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 800px;
}