.account-opening-card {
    width: 496px;
    height: 142px;
    margin-top: 24px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: white;
    background-image: url("../img/web-entry-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 50;
}

.account-creation-content {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
}

.redirect-onboard-button {
    height: 43px;
    width: 188px;
    border-radius: 50px;
    background: linear-gradient(90deg, #002CC4 0%, #18BAB1 100%);
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: center;
    font-weight: 600 !important;
  }

  .get-account-title {
    font-size: 23px;
  }

  @media (max-width: 875px){
    .account-opening-card{
    width: 90%;
    height: unset;
    margin-top: 5%;
    padding-bottom: unset;
    margin-left: 6%;
    }
}