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

  .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    gap: 1rem;
    padding-bottom: 20px;
  }

  .right {
    max-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      display: block;
      width: 100%;
      object-fit: contain;
    }
  }

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

    span {
      color: #0F7;
    }
  }

  .main__link {
    background: #FFF;
    box-shadow: -4px -4px 0 0 #26CFEE, 4px 4px 0 0 #F10A48;
    display: flex;
    padding: 30px 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #333;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 92.308% */
    text-decoration: none;
  }

  .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-radius: 100px;
    border: 1px solid #FFF;
    opacity: 0.4;
    padding: 10px 20px;
    text-decoration: none;
  }
}
