.large {
  font-size: 1.7rem;
}

/* =========================================== */
/* ============== bubble 3 ==================== */
/* =========================================== */

.menu__info--question-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__info--question-3-row {
  display: flex;
  align-items: baseline;
}

.menu__info--screen-3__text--pseudo {
  position: relative;
}

.menu__info--screen-3__text--pseudo::before {
  content: "!";
  position: absolute;
  left: -2.2rem;
  font-size: 2.5rem;
  font-weight: 300 !important;
}

.menu__info--screen-3__text {
  margin-bottom: 2rem;
}

.menu__info--screen-3__text-last  {
  line-height: 25px;
  margin-bottom: 2rem;
  width: 239px;
}

.menu__info--screen-3__text--bold {
  font-size: 2rem;
  font-weight: 500;
}


/* =========================================== */
/* ================ media ==================== */
/* =========================================== */

/* iPhone5 */
@media screen and (min-device-width: 320px) and (max-device-height: 568px) {
  .large {
    font-size: 1.7rem;
  }
}