/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  /* Styles */
  .menu-auth {
    padding: 50px 65px 0 65px;
  }

  .header p {
    margin: -55px 0 20px 0;
    font-size: 1em;
    /* display: none; */
  }

  .q-info-title {
    font-size: 1.6em;
  }

  .app-info-title {
    font-size: 1.6em;
  }

  .about-info-title {
    font-size: 1.6em;
  }

  .img-logo {
    max-width: 20% !important;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
.header p {
  margin: -55px 0 20px 0;
  font-size: 1em;
  /* display: none; */
}

.q-info-title {
  font-size: 1.5em;
  padding: 40px 50px 40px 50px;
}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/*@media (max-width:769px) {

}

@media (max-width: 991px) {
  .header p {
    margin: -55px 0 20px 220px;
    font-size: 1em;
  }

  .logo-image img {
    margin: 10px 0 20px 0;
  }
}

@media (max-width: 767px) {
  .img-logo {
    max-width: 15% !important;
  }
}*/
