.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  background: #eeeeee;

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

  .title {
    color: #333;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-wrap: balance;

    span {
      color: #00b956;
    }
  }

  .main__link {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 92.308% */
    text-decoration: none;
    border-radius: 100px;
    background: var(
      --Linear,
      linear-gradient(237deg, #a831bf -1.36%, #ff644f 52.87%, #f80759 104.89%)
    );

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

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

  .back {
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #333333;
    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%;
  }
}
