.check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 17px 0;
  font-size: 12px;
  font-weight: 650;
}
.check input { width: 18px; height: 18px; accent-color: var(--coral); }
.field small { color: #777d8c; font-weight: 400; }
