.list_space_modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;
  width: 50%;
  padding: 3rem 2.5rem;
}

.list_space_modal_success_image_wrapper,
.list_space_modal_success_header,
.list_space_modal_success_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

 {
  margin: 1.5rem 0;
}

.list_space_modal_success_image_wrapper img {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
}
.list_space_modal_success_header {
  margin: 3rem 0 2rem;
}
.list_space_modal_success_header h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

.list_space_modal_success_text_wrapper p {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.5rem;
}

/* Mobile */
@media (max-width: 700px) {
  .list_space_modal_inner {
    width: 90%;
  }
}
