.takeaway_products_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: center;
}

.takeaway_product {
  height: 10rem;
  width: 20rem;
  background-color: #edeeed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  cursor: pointer;
  margin: 1rem;
}

#spring_rolls {
  height: 5rem;
  width: auto;
}

.takeaway_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: auto;
  justify-content: center;
}

.takeaway_info p {
  font-size: 24px;
  text-align: center;
  font-family: Bebas;
  margin: 0.25rem 0rem;
}

.takeaway_product img {
  width: auto;
  height: 7rem;
}

.takeaway_info {
  font-family: Lato-Reg;
  font-weight: 700;
  font-size: 18px;
}

.takeaway_info span {
  color: var(--Orange_main);
  font-family: Lato-Reg;
  font-weight: 700;
  font-size: 18px;
}

.burgers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: center;
}

.burgers_product {
  width: auto;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  /* border: 1px solid black; */
  /* cursor: pointer; */
}

.burgers_product img {
  width: auto;
  height: 8rem;
}

.burgers_info,
p {
  font-family: Lato-Reg;
  font-weight: 700;
  font-size: 18px;
  margin: 0.25rem 0rem;
}

.burgers_info span {
  color: var(--Orange_main);
  font-family: Lato-Reg;
  font-weight: 700;
  font-size: 18px;
}

.menu_title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0rem;
}
.menu_title h1 {
  font-size: 4rem;
  font-family: Bebas;
  color: var(--Navy_main);
}

.burger_container {
  height: 10rem;
  width: 20rem;
  background-color: #edeeed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  cursor: pointer;
  margin: 1rem;
}

.burger_container p {
  font-size: 24px;
  text-align: center;
  font-family: Bebas;
}
.burger_container p span {
  color: var(--Orange_main);
  font-size: 18px;
  font-family: Bebas;
}

.burger_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: auto;
  justify-content: center;
}

.drink_product img {
  height: 8rem;
  width: auto;
}
.drinks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  height: auto;
  margin-bottom: 5rem;
}
.drink_product {
  height: 10rem;
  width: 20rem;
  background-color: #edeeed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  cursor: pointer;
  margin: 1rem;
}

.drink_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: auto;
  justify-content: center;
}

.drink_product {
  font-size: 24px;
  text-align: center;
  font-family: Bebas;
}
.drink_product p span {
  color: var(--Orange_main);
  font-size: 18px;
  font-family: Bebas;
}

.drink_info p {
  font-size: 24px;
  text-align: center;
  font-family: Bebas;
  margin: 0.25rem 0rem;
}
