.contact-form-input {
  border-radius: 3.125em;
  border: 1px solid var(--contacts-input-border) !important;
  background: white;
  padding: 1em !important;
}

.contact-form-textarea {
  border-radius: 1.5625em;
  border: 1px solid var(--contacts-input-border) !important;
  background: white;
  padding: 1em !important;
  resize: none;
}

.acceptance-row {
  display: flex;
  gap: 2em;
  flex-direction: row;
}
.acceptance-row input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
}
.acceptance-row .wpcf7-list-item-label {
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .acceptance-row {
    display: flex;
    flex-direction: column;
  }
}
