.coming-soon-wrapper{
  margin: 90px auto;
  padding: 55px 60px;
  background: #FFF;
  width: 400px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.coming-soon-title{
  font-family: berkshire;
  font-size: 28px;
  color: #242F6C;
  text-align: center;
}
.coming-soon-description{
  font-family: gilroySemibold;
  font-size: 18px;
  color: #262B3E;
  text-align: center;
  margin-top: 20px;
}


@media(max-width: 992px){
  .coming-soon-wrapper{
    margin: 70px auto;
    padding: 30px 25px;
    width: calc(100% - 50px);
  }
  .coming-soon-title{
    font-size: 20px;
  }
  .coming-soon-description{
    font-size: 16px;
    margin-top: 15px;
  }
}