.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;
    padding-bottom: 20px;
    width: 100%;
    background: #5e5e5e;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
  }

  .title {
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1rem;
    font-style: normal;
    text-wrap: balance;
    color: #cecece;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
  }

  .main__link {
    display: flex;
    padding: 37px 30px;
    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;
    background: #3a9966;
    max-width: 260px;
    width: 100%;

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

  .description {
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    opacity: 0.4;
  }

  .back {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #fff;
    opacity: 0.4;
    padding: 10px 20px;
    text-decoration: none;
  }

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