.section-gift_cards .container {
	padding-top: 20px;
	padding-bottom: 70px;
}

.section-gift_cards .gift-card-graphic {
	text-align: center;
	margin-bottom: 30px;
}

.section-gift_cards .gift-card-graphic img {
	display: inline-block;max-width: 320px;
}

.gift-card-content .cta-buttons {
	max-width: 400px;
	margin: 50px auto 0;
}

.gift-card-content .cta-buttons .bt {
	background: #ee3224;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 21px;
	padding: 6px 5px;
	text-align: center;
	text-transform: initial;
	transition: all .15s;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.section-gift_cards .row {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		flex-direction: row-reverse;
		align-items: center;
	}
	.section-gift_cards .row .col-md-6 {
		padding: 0 15px;
		width: 45%;
	}
	.section-gift_cards .row .col-md-6:nth-of-type(2n) {
		width: 55%;
		margin-top: -250px;
	}
	.gift-card-content,
	.gift-card-content h2 {
		text-align: left!important;
	}

	.section-gift_cards .gift-card-graphic img {
		max-width: 100%;
	}

	.gift-card-content .cta-buttons {
		margin-left: 0;
	}
}

@media (min-width: 901px) {
	.gift-card-content h2 {
		font-size: 30px!important;
	}
	.gift-card-content .cta-buttons .bt {
		font-size: 18px;
		line-height: 38px;
	}
}