.online-banking-border {
    border: solid rgb(2, 1, 103) .5em;
}

.online-banking-border::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 4px solid rgb(192, 148, 101);
}