.gift-hiw {
	margin: 50px 0 0;
	width: 948px;
	max-width: 100%;
}

.gift-hiw__holder {}

.gift-hiw__item {
	margin-top: 50px;
}

.gift-hiw__item:first-child {
	margin-top: 0;
}

.gift-hiw__row {
	display: flex;
}

.gift-hiw__image-wrapper {
	min-width: 173px;
	max-width: 173px;
	margin-right: 20px;
}

.gift-hiw__image {
	max-width: 100%;
	max-height: 100%;
}

.gift-hiw__content {
	flex: 1;
	margin: 1px 0 0;
}

.gift-hiw__title {
	font-size: 18px;
	color: #34404E;
	line-height: 1.4em;
	font-weight: bold;
}

.gift-hiw__text {
	font-size: 16px;
	color: #515151;
	line-height: 1.4em;
	margin: 19px 0 0;
}

@media (max-width: 767px) {
	.gift-hiw__image-wrapper {
		min-width: 125px;
		max-width: 125px;
	}

	.gift-hiw__text {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.gift-hiw__row {
		flex-direction: column;
	}

	.gift-hiw__image-wrapper {
		min-width: 90px;
		max-width: 90px;
		margin: 0;
	}

	.gift-hiw__content {
		margin-top: 15px;
	}

	.gift-hiw__text {
		margin-top: 15px;
	}
}

.btn-certificate {
	display: inline-block;

	border-radius: 4px;

	font-size: 16px;
	line-height: 20px;
	color: #515151;

	padding: 12px 20px;
	margin-left: 193px;
	margin-top: 60px;
	font-weight: 700;

	background-color: #F8F9FA;
	transition: background-color .3s;
}
.btn-certificate:hover,
.btn-certificate:active{
text-decoration: none;
background-color: #e4e5e6;

color: #515151;
}
.btn-certificate:visited{
	text-decoration: none;
	color: #515151;
	}

@media (max-width: 767px) {
	.btn-certificate {
		font-size: 14px;
		margin-left: 0px;
		margin-top: 40px;
	}
}
@media (max-width: 575px) {
	.btn-certificate {
	display: block;
	text-align: center;
	}
}