.gift-wrapper {
	display: block;
}

.gift {
	display: flex;
	flex-direction: row;
}

.gift > div {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}

.gift .img {
	justify-content: center;
	width: 168px;
	height: 100px;
}

.gift .img img {
	width: auto;
	height: auto;
}

.gift .title {
	font-weight: bold;
}