.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem 0;
}

.contact-section .wpcf7{
  width: 100%;
}

#contactform {
  width: 50%;
  margin: 0 auto;
}

#contactform label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

#contactform input {
  width: 100%;
  margin-top: 10px;
  min-height: 3rem;
}

#contactform p {
  margin-bottom: 20px;
}

#contactform textarea {
  width: 100%;
  margin-top: 10px;
}

#contactform span.wpcf7-form-control-wrap {
  margin-top: 20px !important;
}

@media screen and (max-width: 780px) {
  #contactform {
    width: 100%;
    padding: 0 10px;
  }
}

#contactform label {
  font-weight: bold;
}

#contactform .wpcf7-submit {
  display: block;
  margin: 50px auto;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 1rem 5rem;
  font-size: 20px;
  border: none;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field{
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  line-height: 1.5;
  transition: ease;
}


@media screen and (max-width: 780px) {
  #contactform .wpcf7-submit {
    margin: 10px auto;
    width: 100%;
    padding: 1rem 3rem;
    font-size: 100%;
  }
}

.must {
  background-color: red;
  color: #fff;
  padding: 0.25rem 1rem;
  margin-left: 0.5rem;
  border-radius: 15px;
  color: 0.4rem;
}


