._wallet_cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    margin: 100px 0px;
  }
  
  ._wallet_cta ._custom_card {
    height: 657px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 6%;
    border: 1px solid var(--color-primary-2);
    margin-top: -60px;
    border-radius: 20px;
    margin-bottom: -60px;
    background-color: #EBEBEB;
    box-shadow: unset;
  }