.hero {
  background: url("/img/pricing-hero-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.get-chip-bttn {
max-width: 280px;
display: flex;
align-items: center;
justify-content: space-between;
  span {
    display: block;
padding: 8px 16px;
    background: white;

    color: #76b900;
  }
}
.hero-text-price {
  color: #f7f7f7;
  font-size: 32px;
  font-weight: 700;
  line-height: 169%;
  margin-bottom: 10px;
}
.hero-text-text {
  margin-bottom: 10px;
}
.hero-text-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-title {
  text-transform: capitalize;
}
.nqe-item img {
  max-width: 450px;
}
.nqe-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.nqe-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 172px;
}
.nqe-item-text p:nth-child(1) {
  color: #f7f7f7;
  font-size: 26px;
  font-weight: 700;
  line-height: 169%;
}
.nqe-item-text h3 {
  color: #f7f7f7;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
}
.nqe-item-text p:nth-child(3) {
  color: #ccc;
  font-size: 32px;
  font-weight: 400;
  line-height: 169%;
}
.nqe-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nqe {
  padding-block: 64px;
  background-image: url("/img/nqe-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nqe-title {
  margin-bottom: 120px;
}

.img-chip-wrapper {
  position: relative;
}

.pricing-form {
  position: absolute;
  top: -2000%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  transition: top 0.4s ease;
}

@media (max-width: 1472px) {
  .hero {
    background: url("/img/pricing-hero-bg2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero-text-top {
    flex-direction: column;
  }

  .chip-img {
    max-width: 100%;
    width: 100%;
  }
  
  .hero-text {
    margin-bottom: 16px;
  }
  .nqe-item {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .nqe-item img {
    max-width: 200px;
  }
  .nqe-title {
    margin-bottom: 32px;
  }
  .nqe-list {
    gap: 16px;
  }
  .nqe-item-text p:nth-child(1) {
    font-size: 16px;
    text-align: center;
  }
  .nqe-item-text h3 {
    font-size: 20px;
    text-align: center;
  }
  .nqe-item-text p:nth-child(3) {
    font-size: 14px;
    text-align: center;
  }
  .nqe {
    padding-block: 32px;
    background-image: url("/img/nqe-bg-mobile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
 
}
@media (max-width: 800px) {
   .get-chip-bttn{
    max-width: 250px;
  }
}
