.cpbg{
	
 	background-image:url('../img/cb.png');
 	background-size: 100%;
 	background-repeat: no-repeat;
 	background-position-y: -65px;
}


.card{
	margin: 14px 20px;
	width: calc(100% - 40px);
	border-radius: 14px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	background: white;
	padding: 6px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;

}

.logoWrap{
	width: 25%;
	box-sizing: border-box;
}
.logo{
	box-sizing: border-box;
	text-align: center;
	width: 60%;
	margin-left: 20%;
}

.couponItem{
	display: flex;
	width: 75%;
	flex-wrap: nowrap;
	overflow: scroll;
}

.couponItem::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}
.couponCard{
	width: 40%;
	flex-wrap: nowrap;

}