* {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.comingsoon-wrapper {
  height: 100vh;
  width: 100%;
  overflow: auto;
  background: linear-gradient(106.05deg, #4cb1f0 30.11%, #3087be 91.41%);
  padding: 25px 20px;
  box-sizing: border-box;
}

.comingsoon-main {
  display: flex;
  height: 100%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.comingsoon-left {
  flex: 1;
}

.comingsoon-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.comingsoon-right {
  max-width: 600px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  text-align: center;
  color: #333333;
}

.comingsoon-right h1 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.comingsoon-right h2 {
  font-size: 48px;
  font-weight: 600;
  margin-top: 40px;
}

.comingsoon-right p {
  font-size: 20px;
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .comingsoon-wrapper {
    padding: 16px;
  }

  .comingsoon-main {
    flex-direction: column;
  }

  .comingsoon-left {
    flex: none;
    height: 50%;
  }

  .comingsoon-right {
    padding: 20px;
  }

  .comingsoon-right h1,
  .comingsoon-right h2 {
    font-size: 32px;
  }

  .comingsoon-right h2 {
    margin-top: 35px;
  }

  .comingsoon-right p {
    font-size: 14px;
  }
}
