.ps_modal {
  display: none;
  width: 680px;
  background-color: var(--off-white);
  padding: 60px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 05px 15px 0 rgba(0, 0, 0, 15%);
}

.ps_modal .component-main-title {
  margin: 0;
}

.show-modal {
  display: flex;
  animation: fade-in 0.3s forwards;
}
