.quiz-choose-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 4rem;
  background-color: #f7fafc;
  border: 1px solid #dadada;
  border-radius: 8px;
  align-items: center;
  justify-items: center;
  padding: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;

  line-height: 15.6px;
  font-weight: 500;
  letter-spacing: -1%;
  text-align: start;
}

.quiz-choose-examples p {
  width: 100%;
  text-align: start;
}

.quiz-choose-quiz {
  display: flex;
  flex-direction: column;
}

.quiz-choose-quiz .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 18.2px;
}

.quiz-choose-quiz .selection {
  margin-left: auto;
}
