.orderHeader .headerFlexContainer {
  display: flex;
  align-items: center;
  padding: 0 2px 20px 20px;
}
.orderHeader .headerFlexContainer .headerImageWrapper {
  flex: 1 0 auto;
}
.orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
  width: 320px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: white;
}
@media (max-width: 1443px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    width: 240px;
  }
}
@media (max-width: 1280px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    width: 211.2px;
  }
}
@media (max-width: 1024px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    width: 169.6px;
  }
}
@media (max-width: 1443px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    border-bottom-left-radius: 37.5px;
  }
}
@media (max-width: 1280px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    border-bottom-left-radius: 32px;
  }
}
@media (max-width: 1024px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    border-bottom-left-radius: 35.5px;
  }
}
@media (max-width: 1443px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    border-bottom-right-radius: 37.5px;
  }
}
@media (max-width: 1280px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    border-bottom-right-radius: 32px;
  }
}
@media (max-width: 1024px) {
  .orderHeader .headerFlexContainer .headerImageWrapper .headerImagePlaque {
    border-bottom-right-radius: 35.5px;
  }
}
.orderHeader .headerFlexContainer .headerTextWrapper {
  flex: 0 0;
  flex-basis: 300px;
}
@media (max-width: 1443px) {
  .orderHeader .headerFlexContainer .headerTextWrapper {
    flex-basis: 225px;
  }
}
@media (max-width: 1280px) {
  .orderHeader .headerFlexContainer .headerTextWrapper {
    flex-basis: 198px;
  }
}
@media (max-width: 1024px) {
  .orderHeader .headerFlexContainer .headerTextWrapper {
    flex-basis: 159px;
  }
}
.orderHeader img {
  width: 320px;
}
@media (max-width: 1443px) {
  .orderHeader img {
    width: 240px;
  }
}
@media (max-width: 1280px) {
  .orderHeader img {
    width: 211.2px;
  }
}
@media (max-width: 1024px) {
  .orderHeader img {
    width: 169.6px;
  }
}