.whiteroom__orden {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  background-color: #FFFFFF;
}
.whiteroom__orden-message {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000000;
}
@media (min-width: 1200px) {
  .whiteroom__orden-message {
    font-size: 1.2vw;
  }
}