@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css";
/* Using a string */

/* VERSIE 2023-09-01 ERIC */
.container-fluid .App {margin-bottom: 0px!important}


/* UITGESTELD BETALEN */
#uitgesteld-betalen {color:#fff; background: -webkit-linear-gradient(#2D82D7, #205DC7);}
#uitgesteld-betalen h5, #uitgesteld-betalen h6 {font-family: var(--FontA);}
#uitgesteld-betalen h5 {line-height:24px!important;}
#uitgesteld-betalen h6 {font-size:15px!important; line-height:21px!important;}
#uitgesteld-betalen p {font-size:12px!important; line-height:16px!important;}
#uitgesteld-betalen .col-md-3.margin-0-tb {border-left: 1px solid #fff;}
#uitgesteld-betalen .col-md-3.margin-0-tb:first-child {border-left: none;}

@media only screen and (max-width: 576px) {    
#uitgesteld-betalen {padding-bottom:0px;}
#uitgesteld-betalen .col-md-3.margin-0-tb {border-left: none; border-top: 0.5px solid #fff;}
#uitgesteld-betalen .col-md-3.margin-0-tb:first-child {border-top: none;}
#uitgesteld-betalen .container .row .col-md-3 {padding: var(--Sz0) var(--Sz0) var(--Sz0) var(--Sz0) !important;}
#uitgesteld-betalen p {margin-bottom:0px;}       
}

@media (min-width:577px) and (max-width:768px) { 
#uitgesteld-betalen {padding-bottom:30px;}
#uitgesteld-betalen .col-md-3.margin-0-tb {border-left: none; border-top: 0.5px solid #fff;}
#uitgesteld-betalen .col-md-3.margin-0-tb:first-child {border-top: none;}
#uitgesteld-betalen .container .row .col-md-3 {padding: var(--Sz0) var(--Sz0) var(--Sz0) var(--Sz0) !important;}
#uitgesteld-betalen p {margin-bottom:0px;}  
#blue-stripe {padding-top: 80px; padding-bottom:50px;}
#blue-stripe p {max-width: 100%;}    
}