* {
  padding: 0;
  margin: 0;
}

.logo-container {
  width: 100%;
  max-width: 200px;
  padding: 15px;
  border: 1px solid #f7eaea;
  border-radius: 5px;
  background: #fff;
}
.header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.comingsoon-text {
  color: #01bd5f;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
  margin: 30px 0;
}
.comingsoon-text span {
  display: block;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}
.footer {
  background: #fc0401;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
.copy-right {
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 500px) {
  .banner {
    height: 175px;
  }
  .banner img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: -533px 0;
  }

  .logo-container {
    width: 100%;
    max-width: 98px;
    padding: 6px;
    border: 1px solid #f7eaea;
    border-radius: 5px;
    background: #fff;
    margin: auto;
  }
  .comingsoon-text {
    font-size: 40px;
    line-height: 40px;
  }
  .comingsoon-text span {
    font-size: 20px;
    line-height: 45px;
  }
}
