@import url('/content/dam/amex/nz/credit-cards/css/gaudi.css');

/* header image position in mobile */
@media (max-width: 767px) {
  .container-fluid > .grid:first-child + .grid .card-img-bg {
    background-position: 64% !important;
  }  
  .container-fluid > .grid:first-child + .grid .row div.richtext {
    text-shadow: 1px 1px #383838 !important
  }
}

/* center TNC text */
.tab-content-container .tab-content>div>.grid:last-child >div>.container>.row>.col-md-12>div>.collapsible-panels>.row>.col-xs-12.col-md-12.col-lg-12>.accordion>.collapsible {
  text-align: center;
}

.collap-bg-clr .collapsible {
    background-color: #ecedee !important;
}

.collap-bg-clr .dls-white-bg {
    background-color: #ecedee!important;
}