удалить эту строку правила 22215:
#wpcf7-f219-p47-o1 > form > p:nth-child(34) {
display: flex;
}
заменить на:
.inputter {
display: flex;
justify-content: center
}
.inputter .wpcf7-list-item {
margin-right: 1.2%;
}
.inputter input[type="checkbox"] {
width: 20px;
height: 20px
}
и изменить p html (сначала после 'Nadpis') на:
<p class="inputter">
<span class="wpcf7-form-control-wrap acceptance-236">
<span class="wpcf7-form-control wpcf7-acceptance optional">
<span class="wpcf7-list-item">
<input type="checkbox" name="acceptance-236" value="1" aria-invalid="false">
</span>
</span>
</span>
I accept
</p>
В случае, если вы ее пропустили, также должна быть запрошена дополнительная записка.
![enter image description here](https://i.stack.imgur.com/ikfat.png)