.accounts {
    position: relative;
    margin-top: 2rem;
    width: 100%;
}
.accounts .bank-account {
    height: 250px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.accounts .bank-account img {
   max-width: 100%;
   max-height: 100%;
    padding: 1rem;
}
.accounts .bank-account .content {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 3rem 2rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
