.question {
  flex-flow: column;
  width: 100%;
}
.question i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 4.5rem;
}
.question dt {
  color: #1e252b;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.75em;
}
@media (min-width: 40rem) {
  .question dt {
    font-size: 1.75rem;
  }
}
@media (min-width: 80rem) {
  .question dt {
    font-size: 2.25rem;
  }
}
.question dt.new-style, .band__header .question dt, .band__part .block__text .question dt {
  font-size: 1.5rem;
}
@media (min-width: 40rem) {
  .question dt.new-style, .band__header .question dt, .band__part .block__text .question dt {
    font-size: 2rem;
  }
}