@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

.coming-soon {
    height: 100vh;
}

.coming-soon .container {
  background: url(../img/backgr.jpg) no-repeat;
  background-size: cover;
  padding: 271px 0 268px 0;
  height: 100%;
}

.coming-soon .title-h1 {
  color: #333;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 14px
}

.coming-soon .comment {
  color: #333;
  font-size: 28px;
  margin-bottom: 41px
}


@media screen and (max-width:500px) {
  .coming-soon .title-h1 {
    font-size: 30px
  }
}

@media screen and (max-width:440px) {
  .coming-soon .container {
    background-size: 250%
  }
}

@media screen and (max-width:400px) {
  .coming-soon .container {
    background-size: 291%
  }
}