.gift_offer {
	background: #F4E9FB;
	opacity: 1;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
	border-radius: 10px;
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}
.gift_offer_text {
	font-size: 17px;
	padding-right: 20px;
	color: #292D32;
}
.gift_offer_text b {
	font-weight: 500;
}
@media all and (max-width: 768px) {
	.gift_offer {
		display: block;
	}
	.gift_offer_button .btn {
		display: block;
	}
	.gift_offer_text {
		margin-bottom: 10px;
	}
}