#confirmContainer {
  width: 90%;
  max-width: 1200px;
  margin: 250px auto 0;
}

.confirmTextContainer {
  text-align: center;
}

.confirmTextContainer h2 {
  font-size: 24px;
  font-weight: bold;
}

.confirmTextContainer h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--primaryColor);
}

.confirmTextContainer p {
  margin-top: 15px;
}






#formContainer {
  margin-top: 70px;
}

.confirm {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.itemName {
  flex: 0 0 160px;
  font-size: 14px;
  font-weight: 500;
}

.itemData {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}

#btnContainer {
  width: 90%;
  max-width: 664px;
  margin: 0 auto;
}

#btnContainer p {
  margin: 0;
  display: flex;
  gap: 24px 24px;
  position: relative;
}

#btnContainer input {
  width: 320px;
  height: 64px;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#btnContainer .prevBtn {
  border: 3px solid var(--fontColor);
  box-sizing: border-box;
  background: transparent;
}

#btnContainer #btn {
  background: var(--primaryColor);
  color: #fff;
  border: none;
}

.wpcf7-spinner {
  position: absolute;
  top: 0px;
  left: 100%;
}







@media (max-width: 1024px) {
#confirmContainer {
  /* width: 90%;
  max-width: 1200px; */
  margin: 150px auto 0;
}

/* .confirmTextContainer {
  text-align: center;
}

.confirmTextContainer h2 {
  font-size: 24px;
  font-weight: bold;
}

.confirmTextContainer h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--primaryColor);
}

.confirmTextContainer p {
  margin-top: 15px;
} */






#formContainer {
  margin-top: 40px;
}

/* .confirm {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.itemName {
  flex: 0 0 160px;
  font-size: 14px;
  font-weight: 500;
}

.itemData {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}

#btnContainer {
  width: 90%;
  max-width: 664px;
  margin: 0 auto;
}

#btnContainer p {
  margin: 0;
  display: flex;
  gap: 24px 24px;
  position: relative;
}

#btnContainer input {
  width: 320px;
  height: 64px;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

#btnContainer .prevBtn {
  border: 3px solid var(--fontColor);
  box-sizing: border-box;
  background: transparent;
}

#btnContainer #btn {
  background: var(--primaryColor);
  color: #fff;
  border: none;
}

.wpcf7-spinner {
  position: absolute;
  top: 0px;
  left: 100%;
} */
}








@media (max-width: 560px) {
#confirmContainer {
  /* width: 90%;
  max-width: 1200px; */
  margin: 100px auto 0;
}

/* .confirmTextContainer {
  text-align: center;
}

.confirmTextContainer h2 {
  font-size: 24px;
  font-weight: bold;
}

.confirmTextContainer h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--primaryColor);
} */

.confirmTextContainer p {
  /* margin-top: 15px; */
  font-size: 14px;
}






/* #formContainer {
  margin-top: 40px;
} */

.confirm {
  margin-bottom: 25px;
  display: block;
  /* align-items: center; */
}

.itemName {
  /* flex: 0 0 160px;
  font-size: 14px;
  font-weight: 500; */
  color: #828282;
}

/* .itemData {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
} */

#btnContainer {
  width: 100%;
  max-width: 664px;
  margin: 40px auto 0;
}

#btnContainer p {
  /* margin: 0;
  display: flex; */
  flex-direction: column;
  gap: 10px 0;
  /* position: relative; */
}

#btnContainer input {
  width: 100%;
  max-width: 358px;
  /* height: 64px;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center; */
}

/* #btnContainer .prevBtn {
  border: 3px solid var(--fontColor);
  box-sizing: border-box;
  background: transparent;
}

#btnContainer #btn {
  background: var(--primaryColor);
  color: #fff;
  border: none;
}

.wpcf7-spinner {
  position: absolute;
  top: 0px;
  left: 100%;
} */
}