/* .hero-banner {
  padding: 100px 30px;
  background-image: url(../assets/images/background_hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
.thank-you-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  /* border: 1px solid red; */

  margin-top: 150px;
}

.thank-you-holder {
  width: 100%;
  height: auto;
  max-width: 1500px;
  /* border: 1px solid blue; */

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.thank-you-holder h1 {
  line-height: 50px;
}

@media (max-width: 300px) {

  .thank-you-holder{
    gap: 20px;
  }
  .thank-you-holder h1 {
    line-height: 35px;
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .thank-you-holder img {
    width: 50%;
  }
  .thank-you-holder h1 {
    text-align: center;
  }
}
/* @media (max-width: 767px) {
  .hero-banner {
    padding: 100px 20px;
  }
} */
