.logo {
    margin: 64px 0;
  }

  .illustration {
    margin-bottom: 36px;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-text {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }

  .translation {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;

    display: flex;
    margin-bottom: 16px;
  }

  .translation-flag {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 16px;
    overflow: hidden;
  }

  .translation-flag-svg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  } 

  .translation-text {
    margin: 0;
    font-size: 10px;
  }