.back__box {
    border-width: 0;
    margin-top: 9vh;
    padding: 2px 2px 20px;
    transition: border-color 0.5s ease !important;
    overflow: hidden;
}

.back__box:hover{
    cursor: pointer;
    transition: border-color 0.8s ease !important;
}

.back__box:hover p:nth-child(1){
    color: #900000 !important;
}

.bank-name{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: 0.5s ease-out;
    font-style: normal;
    font-size: 22px;
    max-height: 10%;
    font-weight: bolder;
}



.bank-wrap {
    max-width: 265px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 15px auto;
    justify-content: flex-start;
    border-bottom: #900000 6px solid;
}


.bank-wrap p {
    font-family: Montserrat;
    font-style: italic;
    display: inline-block;
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    color: inherit;
}

.bank-wrap p:nth-child(2) {
    margin-top: 30px;
    justify-self: flex-end;
}

.bank-wrap p span {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.fake-div{
    display: block;
}
