@media (min-width: 0px) {

	.gifts {
		padding: 40px 0 20px 0;
		position: relative;
	}

	.gifts__inner {
		display: flex;
		flex-direction: column;
	}

	.gift__img {
		position: absolute;
		left: 0;
		top: 16%;
		z-index: -1;
	}

	.gifts__preheader {
		font-size: 20px;
		line-height: 120%;

		color: #BC625C;
	}

	.gifts__header {
		margin-top: 8px;
		font-size: 24px;
		line-height: 120%;

		text-transform: uppercase;
	}

	.gifts__desc {
		margin-top: 498px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
	}

	.gifts__button {
		background: #FAD1CE;
		border-radius: 56px;
		padding: 13px 0;
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		line-height: 30px;
		color: #1D1D1B;
		align-self: center;
		width: 100%;
	}




}

@media (min-width: 640px) {}

@media (min-width: 958px) {

	.gifts__button {
		max-width: 288px;
		width: 100%;
		align-self: flex-start;
		margin-top: 25px;
	}

	.gifts__svg {
		position: absolute;
		z-index: -2;
		width: 50%;
		right: 0;
		top: -30%;
	}

	.gift__img {
		left: unset;
		right: 0;
		top: 0%;
		width: 45%;
	}

	.gifts__desc {
		max-width: 512px;
		margin-top: 20px;
	}

	.gifts {
		padding: 128px 0 155px 0;
	}

}

@media (min-width: 1244px) {

	.gifts {
		padding: 135px 0 128px 0;
	}

	.gifts__header {
		font-size: 36px;
	}

	.gifts__desc {
		margin-top: 16px;
		font-size: 20px;
		line-height: 150%;
		max-width: 600px;
	}


	.gift__img {
		width: 50%;
	}

	.gifts__svg {
		width: 63%;
	}


}


@media (min-width: 1600px) {
	.gift__img {
		width: 47%;
	}

	.gifts__svg {
		width: unset;
		top: 0;
	}

	.gifts {
		padding: 435px 0 128px 0;
	}
}