.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 14px 0 10px;
  font-weight: 800;
}

.checkbox-label input {
  width: auto;
  transform: scale(1.2);
}
