.pg-heading {
  background-position: left center;
  background-image: url('/assets/img/faq2.webp');
}

#form_geral input {
  padding: 14px 18px;
  font-size: 16px;
  color: #575757;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-weight: 500;
  opacity: 1;
  border-radius: 7px;
  border: 2px solid #d1d5db;
  box-shadow: none !important;
  background-color: #f9f9f9;
}

#form_geral input:focus {
  border: 2px solid #324673;
  box-shadow: none;
  background-color: #fff;
}

.pg-heading-padrao {
  padding: 120px 0 120px 0;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

label, li, output {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}