 .option-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.option-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
