.main {
  min-height: 50dvh;
  flex: 1 0 auto;
  gap: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: contain;
  background-position: top center;

  .image__prize {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 30dvh;
    display: block;
    margin: 2rem auto;
  }

  &__title {
    font-size: 30px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 900;
    color: $c-black;
    text-align: center;
    position: relative;
    text-wrap: balance;
    z-index: 10;
    background: #F2E7F4;
    padding: 10px;

    @media (max-width: $h-media-y) {
      font-size: 22px;
      font-style: normal;
    }

    span {
      color: $c-purple;
    }
  }

  &__content {
    position: relative;
  }

  &__image {
    display: block;
    object-fit: contain;
    object-position: top center;
    height: 100%;
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: scale(1.4);
    overflow: hidden;
    position: relative;
    z-index: -1;

    @media (max-width: $h-media-x) {
      padding-bottom: 20px;
    }

    // @media (max-height: $h-media-x) {
    //   max-height: 250px;
    //   max-width: 240px;
    // }
  }

  &__button {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  &__link {
    text-decoration: none;
    color: $c-white;
    width: 100%;
    padding: 22px 15px;
    border-radius: 100px;
    background: $c-green;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;

    @media (max-width: $h-media-y) {
      font-size: 20px;
    }
  }

  &__pay {
    opacity: 0.7;
    text-align: center;
    color: $c-black;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
  }

  &__back {
    margin: 0 auto;
    max-width: max-content;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26.68px;
    letter-spacing: 0.4765027165412903px;
    text-decoration: none;
    color: rgba($c-black, 0.7);
    text-align: center;
    border: 1px solid rgba($c-black, 0.7);
    border-radius: 100px;
    margin-bottom: 10px;
  }

  .image__player {
    max-width: 100%;
    display: block;
    object-fit: contain;
  }
}
