.welcome-container {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #000;
  display: flex;
  flex-direction: column;
  font: 700 16px "Josefin Sans", sans-serif;
  max-width: 563px;
  min-height: 296px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #f7e9ef;
  align-items: center;
}

.welcome-background {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.welcome-title {
  color: #c63093;
  font-size: 24px;
  margin-top: 5px;
  position: relative;
}

.welcome-description {
  align-self: flex-start;
  font-weight: 400;
  letter-spacing: 1.28px;
  line-height: 25px;
  margin-top: 26px;
  position: relative;
}

.ready-button[type="button"] {
  background-color: #c63093;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin-top: 38px;
  max-width: 100%;
  padding: 8px 12px;
  position: relative;
  width: 150px;
}

.ready-button:focus {
  background-color: #c63093;
}

.time-estimate {
  font-weight: 400;
  letter-spacing: 1.28px;
  line-height: 2;
  margin-top: 27px;
  position: relative;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.s1 {
  /* display: none; */
}
@media (max-width: 991px) {
  .welcome-container {
    max-width: 100%;
    padding-left: 20px;
  }

  .welcome-description {
    max-width: 100%;
  }

  .ready-button {
    padding: 12px 20px;
  }
}
