/* Add custom CSS styles below */ 
.s-payments-list-item:nth-child(6) {
  display: none !important;
}

.footer-sbc-col {
  display: flex;
  justify-content: center;
}
.footer-sbc-col img {
  max-width: 300px !important;
  height: auto !important;
}

.footer-sbc-col a{
    justify-items: center;
    margin-top: 3.5rem;}
    
    @media(min-width: 1024px){
    	.footer-sbc-col {
 padding-right: 5rem !important;
    }
    }