.restaurantsMain {
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.6);
}
.restaurantsMain .sectionBg {
  background: #fff;
  padding: 28px;
  box-shadow: 0 0 2em -0.9em #000000;
}
.restaurantsMain .sectionBg h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.restaurantsMain .sectionBg .leftSide h3 {
  font-weight: 600;
  font-size: 24px;
}
.restaurantsMain .sectionBg .leftSide p,
.restaurantsMain .sectionBg .leftSide em {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.restaurantsMain .sectionBg .leftSide img {
  float: left;
}
.restaurantsMain .sectionBg .rightSide h3 {
  color: var(--red-color);
  font-weight: 600;
  font-size: 24px;
}
.restaurantsMain .sectionBg .rightSide .accordionBox {
  margin-bottom: 1rem;
  border: none;
}
.restaurantsMain .sectionBg .rightSide .accordionBox button:hover {
  background-color: var(--red-color);
  color: #fff;
  border: none;
}
.restaurantsMain .sectionBg .rightSide .accordionBox button:focus {
  background-color: var(--red-color);
  color: #fff;
  border: none !important;
}
.restaurantsMain .sectionBg .rightSide .accordionBox button {
  border: none;
}

.buyingOrder {
  background: url(../../../assets/buying-girl.png);
  background-size: cover;
  padding: 40px 0px;
  position: relative;
}
.buyingOrder h2 {
  font-weight: bold;
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.buyingOrder p {
  color: #fff;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}
.buyingOrder .orderBtn {
  width: 100%;
  text-align: center;
}
.buyingOrder .orderBtn a {
  background: var(--red-color);
  height: auto;
  line-height: normal;
  padding: 11px 28px;
  border: none;
  box-shadow: none;
  font-size: 20px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 28px;
  display: inline-block;
}
.buyingOrder .orderPrice {
  position: absolute;
  bottom: 0px;
  width: 240px;
  right: 15px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 30px 30px 0px 0px;
  color: var(--red-color);
  font-size: 33px;
  font-weight: bold;
}

.sectionFaq {
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.6);
}
.sectionFaq .faqBg {
  background: #fff;
  padding: 28px;
  box-shadow: 0 0 2em -0.9em #000000;
}
.sectionFaq .faqBg button:hover {
  background-color: var(--red-color);
  color: #fff;
  border: none;
}
.sectionFaq .faqBg button:focus {
  background-color: var(--red-color);
  color: #fff;
  border: none !important;
}
.sectionFaq .faqBg button {
  border: none;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .restaurantsMain, .sectionFaq {
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  .orderPrice {
    position: static !important;
    margin: 0 auto !important;
    margin-top: 22px !important;
    border-radius: 20px !important;
  }
}/*# sourceMappingURL=buying.module.css.map */