.cta-sostenible {
  text-align: center;
  padding: 60px 40px;
  max-width: 800px;
  margin: 0 auto;
}

.cta-sostenible__quote {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.cta-sostenible__script {
  font-family: 'VasttagBrush', cursive;
  font-size: 3.5rem;
  color: #2f6b2f;
  line-height: 1.1;
}

.cta-sostenible__divisor {
  width: 80px;
  height: 3px;
  background: #498037;
  margin: 24px auto;
}

.cta-sostenible__parrafo {
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #2f6b2f;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cta-sostenible__boton-wrap {
  margin-top: 20px;
}

@media screen and (max-width: 764px) {
  .cta-sostenible {
    padding: 40px 20px;
  }
  .cta-sostenible__script {
    font-size: 2.5rem;
  }
  .cta-sostenible__parrafo {
    font-size: 1.1rem;
  }
}
