#bankContainer{
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 1.5rem  2.8rem;
    font-size: 14px;
    color: #636363;
}
.mainTitle{
    font-size: 25px;
    font-weight: 900;
    padding-top: 15px;
    text-transform: uppercase;
}

.contentWrapper{
    text-align: left;
    padding-left: 1.4rem;
}
.seperator .title{
    font-weight: 900;
    font-size: 20px;
    color: #053B7A;
    padding-bottom: 15px;
    font-family: DinProBlack;

}
.seperator{
    border-bottom: 1.5px solid #000000;
    padding-bottom: 20px;
    padding-top: 20px;

}
.seperator:last-child{
    border-bottom: none;
}

.stepsTitle {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    color: #053B7A;
    padding-bottom: 10px;
    font-family: DinProBlack;

}
.threeColSection .contentWrapper{
    line-height: 16px;
}

.d-flex-center{
    display: flex;
    align-items: center;
}

.d-flex{
    display: flex;
}

.threeColSection img{
    width: 80px;
    height: 80px;
}