#contactContainer {
  width: 90%;
  max-width: 700px;
  margin: 100px auto 0;
}

h1 {
  text-align: center;
}

h1 span:first-of-type {
  display: inline-block;
  border-bottom: 2px solid var(--primaryColor);
  font-size: 28px;
  line-height: 1.6;
  color: var(--primaryColor);
  text-align: center;
}

h1 span:last-of-type {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: var(--primaryColor);
}

#contactContainer > p {
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.contactContents {
  margin-top: 30px;
}

.formGroup {
  font-size: 16px;
  line-height: 1.6;
}

.must {
  color: var(--primaryColor);
}

form > p {
  margin-bottom: 25px;
}

input {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 1px 15px 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #F7F7F7;
}

textarea {
  width: 100%;
  height: 200px;
  margin-top: 5px;
  padding: 15px 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #F7F7F7;
}

#btnContainer input {
  border: none;
  background: var(--primaryColor);
  color: #fff;
  cursor: pointer;
}

form > p > small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #ccc;
}

form > p > small a {
  color: var(--primaryColor);
}

.wpcf7-spinner {
  display: none;
}








@media (max-width: 989px) {
#contactContainer {
  /* width: 90%;
  max-width: 700px; */
  margin: 80px auto 0;
}

/* h1 {
  text-align: center;
}

h1 span:first-of-type {
  display: inline-block;
  border-bottom: 2px solid var(--primaryColor);
  font-size: 28px;
  line-height: 1.6;
  color: var(--primaryColor);
  text-align: center;
}

h1 span:last-of-type {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: var(--primaryColor);
} */

#contactContainer > p {
  margin-top: 40px;
  /* font-size: 16px;
  text-align: center;
  line-height: 1.8; */
}

/* .contactContents {
  margin-top: 30px;
}

.formGroup {
  font-size: 16px;
  line-height: 1.6;
}

.must {
  color: var(--primaryColor);
}

form > p {
  margin-bottom: 25px;
}

input {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 1px 15px 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #F7F7F7;
}

textarea {
  width: 100%;
  height: 200px;
  margin-top: 5px;
  padding: 15px 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #F7F7F7;
}

#btnContainer input {
  border: none;
  background: var(--primaryColor);
  color: #fff;
}

form > small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #ccc;
}

form > small a {
  color: var(--primaryColor);
} */

}







@media (max-width: 749px) {
#contactContainer {
  /* width: 90%;
  max-width: 700px; */
  margin: 40px auto 0;
}

/* h1 {
  text-align: center;
} */

h1 span:first-of-type {
  /* display: inline-block;
  border-bottom: 2px solid var(--primaryColor); */
  font-size: 24px;
  /* line-height: 1.6;
  color: var(--primaryColor);
  text-align: center; */
}

h1 span:last-of-type {
  /* display: block; */
  font-size: 18px;
  /* letter-spacing: 1px;
  line-height: 1.7;
  color: var(--primaryColor); */
}

#contactContainer > p {
  margin-top: 20px;
  font-size: 15px;
  /* text-align: center;
  line-height: 1.8; */
}

/* .contactContents {
  margin-top: 30px;
}

.formGroup {
  font-size: 15px;
  line-height: 1.6;
}

.must {
  color: var(--primaryColor);
}

form > p {
  margin-bottom: 25px;
}

input {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 1px 15px 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #F7F7F7;
} */

textarea {
  /* width: 100%; */
  height: 160px;
  /* margin-top: 5px;
  padding: 15px 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #F7F7F7; */
}

/* #btnContainer input {
  border: none;
  background: var(--primaryColor);
  color: #fff;
} */

form > small {
  /* display: block; */
  margin-top: 20px;
  /* font-size: 12px;
  text-align: center;
  color: #ccc; */
  line-height: 1.6;
}

/* form > small a {
  color: var(--primaryColor);
} */
}