.center-flex[data-v-bd470dec] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-sort-ans[data-v-bd470dec] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: flex-start !important;
}
.img-sort-ans .option[data-v-bd470dec] {
  position: relative;
  flex: 0 0 20%;
  text-align: center;
  box-sizing: border-box;
  height: auto;
  border: 3px solid rgba(202, 207, 211, 0.1);
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}
.img-sort-ans .option-img[data-v-bd470dec] {
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 0;
  overflow: hidden;
}
.img-sort-ans .option[data-v-bd470dec] img {
  max-width: 100% !important;
}
