.section {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon svg {
  color: var(--red);
  width: 200px;
  height: 200px;
}

.order_success_text {
  font-size: 25px;
  font-weight: 300;
  margin-top: 0;
}