.contact-cta {
  background-color: #F47E43;
  border-radius: 10px;
  margin: 0;
  line-height: 36px;
  padding: 15px 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
  transition: 1.5s ease;
  margin-bottom:30px;
}

.contact-cta:hover {
  text-decoration: none;
  background-color: #e7e7e7;
  transition: 0.5 ease;
  color: #333;
}

.contact-cta-h3 {
  text-align:center;
  font-size: 32px;
  margin-bottom: 45px;
}

.contact-CTA {
  text-align: center;
}




