.contactForm .Page_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: clamp(28px, 2.77778vw, 40px);
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
	text-align: center;
	position: relative;
	margin: 0;
}
.contactForm .paragraph_content  {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #808080;
	margin: 0 auto !important;
	text-align: center;
	padding-top: 10px;
	max-width: 584px;
	
}	

.contactFormRow form p {
  margin: 0 0 20px;
}

.contactFormRow label {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #232D39;
  display: block;
}

.contactFormRow input[type="text"],
.contactFormRow input[type="email"],
.contactFormRow textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 15px;
  padding: 12px 15px;
  color: #808080;
  font-family: "Outfit", sans-serif;
  box-sizing: border-box;
}

.contactFormRow input[type="text"],
.contactFormRow input[type="email"] {
  height: 44px;
}


.contactFormRow textarea {
  height: 150px;
  resize: vertical;
}


.contactFormRow input[type="submit"] {
    border-radius: 30px;
    border: 1px solid #68FC96;
    background: #68FC96;
    color: #202A34 !important;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 700;
    display: inline-flex;
    width: auto;
    padding: 0.75rem 1.5rem;

}

.contactFormRow input[type="submit"]:hover {
  background: transparent;
  color: #202A34;
  border: 1px solid #202A34;
}


.contactFormRow form {
  max-width: 500px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #F0F0F0;
  padding: 30px;
  margin: 40px auto 0;
}


.contactForm {
  padding: 80px 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output  {
font-family: "Outfit", sans-serif;
color: #202A34;
font-size: 16px;

}


@media (max-width: 767px) {
  .contactForm {
    padding: 50px 0;
  }

  .contactFormRow form {
    padding: 20px;
  }
  .contactForm .paragraph_content  {
  	max-width: 100%;
  }
}


@media (max-width: 767px) {
	.contactFormRow input[type="submit"] {
		font-size: 16px !important; 
	}
}
