
@media (min-width: 1170px) and (max-width: 1200px) {




}
/* Normal desktop :992px. */
@media only screen and (min-width: 992px) and (max-width: 1169px) {




}
/* Tablet desktop :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {




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


}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
.container {
  width: 300px;
}


}
