.order {
  background-color: #f8f8f8;
  width: 600px;
  max-width: 90vw;
}

.order img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.square {
  width: 80%;
  gap: 5%;
}

.square > p {
  width: 45%;
}

@media (max-width: 767px) {
  .square {
    flex-direction: column;
    width: 100%;
  }
  .square p {
    width: 100%;
    text-align: center !important;
    gap: 1rem !important;
  }
  .container {
    padding: 0px !important;
  }
}
