.congratulations-container {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  max-width: 563px;
  min-height: 315px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #f7e9ef;
  align-items: center;
  justify-content: center;
}

.header-wrapper {
  display: flex;
  justify-content: center;
  font-size: 30px;
  gap: 20px;
  max-width: 100%;
  position: relative;
  width: 376px;
}

.header-icon {
  align-self: start;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 30px;
}

/* .message-text {
  align-self: start;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 25px;
  margin-top: 29px;
  position: relative;
} */
.congrats-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-button {
  align-items: center;
  align-self: center;
  background-color: #c63093;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 20px;
  justify-content: space-between;
  margin-top: 26px;
  max-width: 100%;
  padding: 17px 33px;
  width: 200px;
}

.cta-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 22px;
}
.s7 {
  display: none;
}
@media (max-width: 991px) {
  .congratulations-container {
    max-width: 100%;
    padding-left: 20px;
  }

  .header-wrapper {
    white-space: initial;
  }

  .cta-button {
    padding: 17px 20px;
  }
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
