h1 {
  font-family: Poppins,sans-serif;
  font-size: 58px;
  font-weight: 700;
}

h2 {
  font-family: Poppins,sans-serif;
  font-size: 42px;
  font-weight: 700;
}

h3 {
  font-family: Poppins,sans-serif;
  font-size: 28px;
  font-weight: 700;
}

p {
  font-family: Poppins,sans-serif;
  font-size: 20px;
  line-height: 1.8;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #ff7a00;
}