/* Normal desktop :1200px. */

/* Normal desktop :992px. */

/* Tablet desktop :768px. */

/* small mobile :320px. */

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

