article {
	margin:0 auto;
	max-width:1000px;
}
article a {
	padding: 0 10px
}
article a:nth-of-type(2n+1) {
	border-right:1px solid silver;	
}
.visa, .mastercard {
	position:relative;
	top:5px;
	display:inline-block;
	width: 50px;	
	background:url(../img/delivery/visaMastercard.svg) no-repeat;
	background-size: 50px auto;
}
.visa {
	height:20px;
} 
.mastercard {
	background-position: center bottom;
	height:30px;
}