#contact_form table th strong {
  padding: 0.25em 0;
  text-align: center;
  line-height: 1;
  background: white;
  margin: -0.25em 0 0 0.25em;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  transform: scale(0.75);
  float: left;
}
#contact_form table .p-country-name {
  display: none;
}
#contact_form table .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #contact_form table table,
  #contact_form table tr,
  #contact_form table th,
  #contact_form table td {
    display: block;
    width: 100% !important;
  }
  #contact_form table th {
    border-bottom: none !important;
  }
  #contact_form table th strong {
    display: inline-block;
    float: none;
  }
  #contact_form table td {
    border-bottom: none !important;
    padding: 1em !important;
    background: white;
  }
  #contact_form table td input:not([type=radio]) {
    width: 100%;
  }
  #contact_form table td input:not([type=radio]).w35 {
    width: 48%;
  }
  #contact_form table .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
#contact_form .privacybox {
  text-align: center;
  margin: 3rem 0;
}
#contact_form .privacybox a {
  text-decoration: underline;
  color: #138cad;
}/*# sourceMappingURL=contact.css.map */