/* SERVICE INDEX VERSIE 1 VAN 21-09-2020 */
/* -------------------------------------------------------------------------------------------- */
@import url("https://www.americanexpress.com/content/dam/amex/nl/assets/bubl/css/base.css");
/* -------------------------------------------------------------------------------------------- */
.mobile {display: none;}
div.newpar.new.section {display: none;}
div.cq-placeholder {display: none;}
.box {border: 1px solid #ecedee; border-radius: 4px; min-height: 158px!important}
.linklist {line-height: 1.7rem;}
.col-sm-12 {padding-left: 0px!important; padding-right: 0px!important; margin-bottom: 40px;}
/* -------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
    .desktop {display: none;}
    span.icon {padding-bottom:16px!important}
} 
/* -------------------------------------------------------------------------------------------- */
@media (min-width:577px) and (max-width:768px)  {
    .desktop {display: none;}
    span.icon {padding-bottom:16px!important}
} 
/* -------------------------------------------------------------------------------------------- */
@media (min-width:769px) and (max-width:992px)  {} 
/* -------------------------------------------------------------------------------------------- */
@media (min-width:993px) and (max-width:1240px) {} 
/* -------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1241px)      {}
/* -------------------------------------------------------------------------------------------- */