/* =================================
   EXPEDITION STATEMENT
================================= */

.expedition-statement {
  background: #ffffff;
  padding: 60px 20px;
}

.statement-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.statement-container::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #666;
  margin: 0 auto 36px auto;
  opacity: 0.8;
}

/* frase principal */

.statement-lead {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111;
  margin-bottom: 30px;
}

/* segunda frase */

.statement-text {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.7;
  color: #666;
  max-width: 680px;
  margin: 0 auto;
}

/* responsive */

@media (max-width: 600px) {

  .expedition-statement {
    padding: 100px 20px;
  }

  .statement-lead {
    font-size: 2.2rem;
  }

}/* CSS Document */

