label {
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.cst-contactform-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
input,
select,
textarea {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 4px;
}
.cst-contactform-button {
  font: inherit;
  font-size: calc(0.2358490566vw + 0.8219339623rem);
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 1.15em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: var(--color-element-key-1);
  border: 1px solid var(--color-background-key-4);
  border-radius: 6px;

  background-color: white;
}
