.site-main {
	overflow: hidden;
}

.product-content {
	color: #1b3768;
	font: 17px/1.35 'Nunito Sans', sans-serif;
	background: #fffef1;
}

.product-content .top-image {
	min-width: 860px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.product-content .container {
	max-width: 1074px;
	padding: 34px 15px;
	margin: 0 auto;
}

.product-content .top-holder {
	font: 20px/1.5 'Neuton', serif;
	margin-bottom: 41px;
}

.product-content .top-holder h2 {
	font: 500 24px/1.2 'Neuton', serif;
	margin: 0 0 17px;
}

.product-content .top-holder p {
	margin-bottom: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1b3768;
}

.product-content .top-holder .btn {
	background: #1b3768;
	font: 13px/1.2 "Merriweather", Georgia, serif;
	width: 167px;
	text-align: center;
	padding: 7px 10px 5px;
	letter-spacing: 0;
}

.product-content .top-holder .btn:hover {
	background: #002fa4;
}

.product-content .block {
	margin-bottom: 31px;
}

.product-content .block img {
	margin-bottom: 14px;
	width: 100%;
	height: auto;
}

.product-content .block .title {
	font: 500 24px/1.2 'Neuton', serif;
	display: block;
	margin-bottom: 6px;
}

.product-content .block p {
	margin: 0 0 7px;
}

@media (min-width: 480px) {
	.product-content .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.product-content .block {
		width: 50%;
		padding: 0 5px;
	}
}

@media (min-width: 768px) {
	.product-content .block {
		width: 33.33%;
	}

	.product-content .block .desc-hold {
		padding-right: 20px;
	}
}