.breadcrumb-custom {
    background-image: url('../../img/corporates/remote-banking/background.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb-custom {
    color: white
}

.breadcrumb-custom a {
    color: #F5F5F5
}

.remote-banking {
    margin-top: 48px
}

.remote-banking .card-custom,
.remote-banking .opener-info {
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16)
}

.remote-banking .card-custom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.remote-banking .card-custom button {
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    color: #073E75;
    font-size: calc(14rem / 16);
    font-weight: 500;
    margin-right: 12px;
    margin-left: auto;
    outline: none;
    padding: 0;
    float: right;
}

.remote-banking .card-custom button::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: url('../img/global/caret-down.svg')
}

.remote-banking .opener-info {
    margin-top: 12px;
    padding: 24px;
    display: none
}

.remote-banking .opener-info a {
    background-color: #073E75;
    border: none;
    padding: 12px 24px;
    color: white;
    font: 500 calc(14rem / 16) 'Roboto',
    sans-serif;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    float: right
}

.remote-banking .opener-info::after {
    content: '';
    clear: right;
    display: table
}

.remote-banking ul.right-icon li p::before {
    left: 36px;
}
