@media (max-width: 640px) {
 #order {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
 }

 .price {
  margin-top: 8px;
 }
}