.cancel-order-modal__screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.cancel-order-modal__title {
  margin-bottom: 0;
}
