.id-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.id-option {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
}

.id-option img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}

.id-option input {
  margin-right: 6px;
}