.gifts {
	padding: 100px 0;
	background: #1F262D;
}

.giftsTitle {
	color: #F3F4F6;
	font-family: Manrope;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.giftBox {
	position: relative;
	border-radius: 30px;
	background: #EEE;
	padding: 105px 50px;
	display: flex;
	gap: 10px;
	margin-top: 55px;
	align-items: center;
}

.giftText {
	color: #000;

	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	z-index: 1;
}

.cert {
	width: 100%;
	max-width: 669px;
	z-index: 1;
}

.bStar {
	position: absolute;
	left: 0;
	max-width: 490px;
	top: 0;
}

.sStar {
	position: absolute;
	right: 5%;
	bottom: 6%;
	z-index: 2;
	max-width: 145px;
}

@media (max-width: 1244px) {
	.giftBox {
		flex-direction: column;
	}

	.giftText {
		text-align: center;
	}
}

@media (max-width: 960px) {

	.giftsBoxTitle {
		color: #000;
		z-index: 2;
		text-align: center;
		font-family: Manrope;
		font-size: 31.29px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
}

@media (max-width: 640px) {
	.gifts {
		padding: 40px 15px;
	}

	.giftsTitle {
		font-size: 28px;
	}

	.giftsBoxTitle {
		color: #000;
		z-index: 2;
		text-align: center;
		font-family: Manrope;
		font-size: 21.29px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}

	.giftBox {
		padding: 35px 20px;
		border-radius: 17.741px;
		background: #EEE;
		margin-top: 30px;
	}

	.giftText {
		font-size: 13.828px;
		text-align: start;
	}

	.cert {
		margin-top: 25px;
	}

	.sStar {
		right: 0%;
		bottom: -3%;
	}
}