.imp-header-wrapper {
  height: 100vh;
  width: 100%;
  background-color:#0f0f0f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imp-header h1 {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: clamp(1rem, 11vw + 1rem, 25rem);
}

.imp-content-wrapper {

  position: relative;
  height: 500px;
  background-color: #0f0f0f;
}

.imp {
  color: #fff;
  text-align: center;
    font-size: clamp(1rem, 1vw + 2rem, 8rem);
    padding-bottom: 10px;
}

.imp-txt {
  padding-top: 100px;
  font-size: clamp(1rem, 1vw + 1rem, 8rem);
}
