.large {
  font-size: 1.5rem;
}

/* =========================================== */
/* ============== bubble 2 ==================== */
/* =========================================== */
.menu__info--question-2 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 250px;
}

.menu__info--screen-2__text:nth-child(1) {
  margin-left: 0rem;
}

.menu__info--screen-2__text {
  margin-bottom: 4rem;
  margin-left: 1.5rem;
}

.menu__info--screen-2__text--pseudo {
  position: relative;
  margin-bottom: 1.5rem;
}

.menu__info--screen-2__text--pseudo::before {
  content: "";
  position: absolute;
  left: -3.5rem;
  background-image: url('../../static/img/menu__info-logo-phone--large.svg');
  background-repeat: no-repeat;
  width: 25px;
  height: 70px;
}


/* moto G4 and Galaxy S5 */
@media screen and (min-device-width: 360px) and (max-device-height: 640px) {
  body {
    font-size: 16px;
  }

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

/* pixel 2 */
@media screen and (min-device-width: 411px) and (max-device-height: 731px) {
  body {
    font-size: 16px;
  }

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

/* Pixel 2 XL */
@media screen and (min-device-width: 411px) and (max-device-height: 823px) {
  body {
    font-size: 16px;
  }

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

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

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

/* iPhone 6/7/8 */
@media screen and (min-device-width: 375px) and (max-device-height: 667px) {
  body {
    font-size: 16px;
  }
  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

/* iPhone 6/7/8 PLUS */
@media screen and (min-device-width: 414px) and (max-device-height: 736px) {
  body {
    font-size: 16px;
  }

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

/* iPhone X */
@media screen and (min-device-width: 375px) and (max-device-height: 812px) {
  body {
    font-size: 16px;
  }

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

/* iPad */
@media screen and (min-device-width: 768px) and (max-device-height: 1024px) {
  body {
    font-size: 16px;
  }

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

/* iPad PRO */
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) {
  body {
    font-size: 16px;
  }

  .menu__info--question-2 {
    margin-top: 3rem;
  }
}

