#you-doubt {
  margin: 199.27px 0;
  background: var(--color-primary);
  padding: 80px 0;
}

#you-doubt h2 {
  color: var(--color-on-primary);
  max-width: 413px;
}

.contact-form {
  border: 1px solid #e0e0e0;
  border-radius: 32px;
  padding: 37px 16px;
  position: absolute;
  top: -230px;
  background: var(--color-on-primary);
  width: 100%;
}

.contact-form-header {
  margin-bottom: 48px;
  text-align: center;
}

.contact-form-header h3 {
  margin-bottom: 8px;
}

.input-box input,
.input-box textarea {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 14px 10px;
  width: 49%;
}
.input-box textarea {
  width: 100%;
}
.input-box {
  display: flex;
  margin-bottom: 16px;
  gap: 16px;
  align-items: flex-start;
}
.prdouct-category-card-hover-text span p {
  color: #fff;
}

@media (max-width: 1199px) {
  #you-doubt {
    margin-bottom: 300px;
  }

  .input-box {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
  }
  .input-box input,
  .input-box textarea {
    width: 100%;
  }

  #you-doubt h2 {
    top: 0;
    font-size: 18px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  #you-doubt {
    margin: 60px 0;
    margin-bottom: 600px;
  }
  .contact-form {
    top: 0px;
  }

  #you-doubt h2 {
    line-height: 30px;
    top: -40px;
  }
}
