@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 700px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    body {
        overflow-x: hidden
    }
    .coming-soon-area {
        padding: 30px 15px
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        max-width: 400px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px
    }
}
@media (min-width: 320px) and (max-width: 767px) {
  .display-1,
  .display-2,
  .display-3,
  .display-4 {
      font-size: 2.75em
  }
}
