.question {
  border-radius: calc(40/10 * 1rem);
  border: 5px solid white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  color: black;
  --component--inline--margin--normal: calc(50/10 * 1rem);
  background-image: linear-gradient(90deg, #C7E1DA 0, #FED2CE 33%, #FFD7A1 100%);

  padding-bottom: 1rem;
}

.question__inner {
  padding: calc(24/10 * 1rem) calc(41/10 * 1rem);
}

.question__label {
  display: inline-flex;
  text-transform: uppercase;
  font-size: calc(16/10 * 1rem);
  color: var(--color--teal);
  letter-spacing: calc(2/10 * 1rem);
  line-height: calc(26/10 * 1rem);
  font-family: var(--font-family--lexend);
  font-weight: 400;
  background: white;
  border-radius: calc(6/10 * 1rem);
  margin-bottom: calc(10/10 * 1rem);
  padding-inline: calc(6/10 * 1rem);
}

.question__title {
  font-family: var(--font-family--lexend);
  font-size: calc(24/10 * 1rem);
  line-height: calc(34/10 * 1rem);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: calc(10/10 * 1rem);
}

.question__blurb {
  font-family: var(--font-family--roboto-flex);
  font-weight: 400;
  font-size: calc(18/10 * 1rem);
  line-height: 1;
  letter-spacing: 0;
  font-style: italic;
}