.dci-main-promo__button__right-arrow{
     --common__right-arrow__fill: #befb6c; 
     }
     
ul{
    margin-block-end: 0;
    margin-block-start: 0;
    list-style-image:url('/uploads/images/230811124333.png');
}
li{
   font-size:18px; 
}

/*PWR pROSPERITY*/
.adFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
}
.pwrProsp--card{
    background:#adf1ef;
    width:15em;
    height:13em;
}
.pwrProsp--cardNotab{
    background:#1a1a1e;
    width:15em;
    height:13em;
}
#arrowTab{
    bottom:6.5em;
    position:relative;
    left:10.6em;
}

/*WHITE BACKGROUND*/

.midsizeFont{
    font-size:28px;
    color:#000;
}

/*TAILORED SOLUTIONS*/
.tailoredSolutions{
    background:#fff;
    border:1px solid #000;
    width:60%;
    padding:2em;
    position:relative;
    margin:0 auto;
    text-align:center;
}
.tailoredSolutions--background{
    background:#fff;
}
.tailoredS{
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #000;
    margin:0 auto;
    background: #fff;
    color: #000;
    padding: .5em 1.5em;
    border-radius: 25px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-decoration: none;
    width:18%;
}
.heading1{
   font-size: 30px;
    font-weight: 600; 
    margin-block-end: 0;
    margin-block-start: 0;
    padding-top:1em;
}
.heading2{
    font-size: 29px;
    margin-block-end: 0;
    font-weight: 100;
    margin-block-start: 0;
    padding-bottom:1em;
}
/*TABLET AREA*/

.imageEditor--tablet{
    width:100%;
    height:auto;
}

@media screen and (max-width:600px){
    .whiteBackground--flex{
        padding:4em 1em;
    }
    .banks-ul-flex__right{
        font-size:16px;
    }
}

.module:not(.module--cta-bubble) { padding: 0; }
.module--cta-bubble { padding: 4em 10%; }

.banks-transformative-solutions-header {
    max-width: 16em;
}
