/* #region Valores */

.valor {
  margin-bottom: 40px;
}

.valor__desc {
  font-size: 30px;
}

/* #endregion */

/* #region FAQ*/
.perguntas__titulo {
  font-size: 30px;
}

.perguntas__texto {
  font-size: 20px;
}

/* #endregion */

/* #region Duvidas*/
.duvidas__form-embrulho {
  padding: 39px 85px 36px 45px;
  background-color: #1E4076;
  font-size: 20px;
  width: 640px;
}

.form-envio [type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border: 0;
}

.duvidas__figura {
  margin: 22px 0 0 0;
  float: right;
}

.duvidas__figura img {
  position: relative;
  z-index: 1;
}

/* #endregion */