section {
  padding-top: 0px;
  height: 738px;
  display: flex;
}
.orderBlock {
  width: 50%;
  height: 100%;
  background: rgba(239, 195, 202, 0.95);
}
.bookingHead {
  display: flex;
}
.orderWrapper {
  width: 80%;
  border-bottom: 1px solid black;
}
.logo {
  width: 25%;
}
.companyName {
  width: 40%;
  margin-top: 3%;
}
.yourOrder {
  width: 100%;
  display: grid;
  grid-template-columns: 80% 20%;
  margin-top: 5%;
  margin-left: 5%;
}
.yourOrder a {
  text-decoration: underline;
}
.giftCardInput {
  margin-top: 30%;
  margin-left: 5%;
}
.formInput {
  width: 100%;
}
.formInput-2 {
  width: 90%;
}
.totalPriceBlock {
  width: 100%;
  display: grid;
  grid-template-columns: 80% 20%;
  margin-top: 5%;
  margin-left: 5%;
}
.paymentForm {
  width: 50%;
  height: 100%;
}
.waysToPay {
  width: 80%;
  margin: 0 auto;
  display: flex;
  margin-top: 17%;
}
.email {
  width: 80%;
  margin: 0 auto;
  margin-top: 3%;
}
.paymentMethods {
  width: 80%;
  height: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 3%;
}
.paymentMethod {
  background: rgba(239, 195, 202, 0.95);
  border: 2px solid rgb(105, 82, 49);
  border-radius: 5px;
}
.morePaymentMethods {
  width: 80%;
  height: 25px;
  background: white;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  margin-top: 3%;
  border: 2px solid black;
}
.usersPersonalInformation {
  width: 80%;
  height: 150px;
  display: grid;
  margin: 0 auto;
  margin-top: 2%;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}
