.gift-faq {
	color: #515151;
	margin: 53px 0 0;
}
.gift-faq__item {
	margin: 64px 0 0;
}
.gift-faq__item:first-child{
	margin-top: 0;
}
.gift-faq__header {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.gift-faq__title {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	flex: 1;
}
.gift-faq__body {
	margin: 33px 0 0;

}
.gift-faq__text {
	font-size: 16px;
	line-height: 1.4em;
}
.gift-faq__arrow{

}
@media (max-width: 479px){
	.gift-faq__item{
		margin-top: 40px;
	}
	.gift-faq__body{
		margin-top: 20px;
	}
}