body {
  font-family: "Noto Sans", serif;
}
h1 {
  font-family: "Noto Sans", serif;
  font-weight: 700;
  text-align: center;
}
h2 {
  font-family: "Noto Sans", serif;
  color: #0c7daa;
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}
h3 {
  font-family: "Noto Sans", serif;
  color: #0c7daa;
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}
h4 {
  font-family: "Noto Sans", serif;
  color: #0c7daa;
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}
h6 {
  font-family: "Noto Sans", serif;
  color: #0c7daa;
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}
.firstElement,
.originalAdvion {
  display: flex;
  justify-content: space-evenly;
}
.firstElement p,
.thirdElement {
  color: black;
  font-size: 18px;
  line-height: 1.5em;
  margin-left: 2em;
  margin-top: 2em;
}
.price {
  display: block;
  text-align: center;
  color: #00a2be;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
.containerOrder button {
  font-size: 25px;
  padding: 12px;
  color: white;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  border: none;
  background-color: #d2272a;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.containerOrder button:hover {
  background-color: darkred;
}

@media (max-width: 550px) {
  .firstElement {
    display: flex;
    flex-direction: column;
  }
}
.containerOrder {
  background-color: #ededed;
  height: auto;
}
.mainElement span p {
  font-size: 15px;
  color: rgb(2, 85, 85);
  margin: 10px 0;
}
.mainElement span {
 font-size: 18px;
  margin: 1px 1px;
}
.originalAdvion p {
  color: black;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 550px) {
  .originalAdvion {
    display: flex;
    flex-direction: column;
  }
}



.secondElement span {
  width: 150px;
  font-size: 13px;
}
.secondElement p {
  background-color: #0c7daa;
  color: white;
  margin: 0px;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 10px;
}
#flexbox {
  display: flex;
  justify-content: space-evenly;
  /* margin-top: 0px; */
  background-color: #0c7daa;
  color: white;
  padding-top: 50px;
  padding-bottom: 40px;
}
.containerOrder p {
  line-height: 1.5em;
  padding: 30px;
  color: black;
  text-align: center;
  font-size: 33px;
}
.thirdElement li {
  margin: -10px;
}
.thirdElement {
  margin-bottom: 50px;
}