.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  align-items: center;

  .bg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    gap: 1rem;
    width: 100%;

    @media (max-height: 600px) {
      gap: 0.5rem;
    }
  }

  .archive-download {
    display: block;
    width: 100%;
    max-width: 150px;
    object-fit: contain;
    max-height: 20dvh;
  }

  .progress-bar {
    display: block;
    width: 100%;
    object-fit: contain;
    max-height: 10dvh;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    @media (max-height: 600px) {
      gap: 0.5rem;
      padding: 0.5rem 0;
    }
  }

  .title {
    color: #909090;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 50%;
    text-transform: uppercase;

    @media (max-height: 600px) {
      font-size: 30px;
    }
  }

  .subtitle {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;

    @media (max-height: 600px) {
      font-size: 16px;
    }
  }

  .main__link {
    display: flex;
    padding: 1rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 92.308% */
    text-decoration: none;
    max-width: 260px;
    width: 100%;
    border-radius: 12px;
    background: #0bb958;

    img {
      display: block;
      width: 30px;
      height: 23px;
      object-fit: contain;
    }
  }

  .description {
    opacity: 0.4;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: balance;
  }

  .back {
    color: rgba(0, 0, 0, 0.47);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .profile {
    display: block;
    object-fit: contain;
    object-position: left center;
    max-height: 34px;
    height: 100%;
    width: 100%;
  }
}
