/* 더! 특별한 선물도 함께! 섹션 모바일 레이아웃 수정 */

/* 768px 이하 모바일 - Grid 정렬 강화 */
@media screen and (max-width: 768px) {
	.special-gift-service-list {
		justify-items: center !important;
		align-items: center !important;
	}
	
	.special-gift-service-item {
		justify-self: center !important;
		align-self: center !important;
		width: 100% !important;
		max-width: 400px !important;
	}
}

/* 480px 이하 작은 모바일 - Grid 정렬 강화 */
@media screen and (max-width: 480px) {
	.special-gift-service-list {
		justify-items: center !important;
		align-items: center !important;
	}
	
	.special-gift-service-item {
		justify-self: center !important;
		align-self: center !important;
		max-width: 350px !important;
	}
}
