.content-promotion .coin.-top {
	right: -110px
}

.content-promotion .items {
	display: flex;
	flex-wrap: wrap;
	margin: -12px
}

.content-promotion .items .item {
	width: 33.33%;
	padding: 12px
}

@media only screen and (max-width:767px) {
	.content-promotion .items .item {
		width: 50%
	}
}

@media only screen and (max-width:479px) {
	.content-promotion .items .item {
		width: 100%
	}
}

.content-promotion .items a {
	display: block;
	border: 4px solid #f88710;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px
}