.product-header.blue {
	width: 100%;
	background-image: none;
	background-color: #182C48;
}

.product-header.blue >* {
	color: white;
}

.product-header.blue .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 100px;
	margin: 100px 50px;
	padding: 0;
	width: 100%;
}

.product-header.blue .row img {
	height: 50%;
	border-radius: 5px;
}

.product-header.blue .row	.col-lg-offset-3 {
	margin: 0;
}

.product-header.blue h1.text-xl {
	margin: 0;
	font-size: 40pt;
	line-height: 50pt;
	color: white;
	text-align: left;
	margin-bottom: 15px;
}

.product-header.blue p {
	font-size: 18pt;
	line-height: 32pt;
	text-align: left;
}

.pad40-all .row .list-mod {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 10%;
	margin-bottom: 50px;
}

.pad40-all .row .list-mod ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 30px;
}

.pad40-all .row .list-mod ul li {
	border-left: 5px solid #5DEF42;
	padding: 0 15px;
	height: 100%;
}

.pad40-all .row .list-mod ul li h3 {
	font-size: 18pt;
	line-height: 24pt;
	margin: 0;
}

.pad40-all .row .list-mod ul li p {
	margin: 0;
}

@media screen and (max-width: 1200px) {

	.h2, h2 {
		line-height: 60px;
	}

	.product-header.blue .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 25px;
		margin: 5%;
		padding: 0;
		width: calc(100% - 10%);
	}

	.product-header.blue .row img {
		width: 50vw;
		max-width: 50vw;
	}

	.product-header.blue .row	.col-lg-offset-3 {
		margin: 0;
	}

	.product-header.blue h1.text-xl {
		text-align: center;
		font-size: 20pt;
		line-height: 25pt;
		margin-bottom: 10px;
	}

	.product-header.blue p {
		font-size: 12pt;
		line-height: 20pt;
		text-align: center;
	}

	.pad40-all .row .list-mod {
		padding: 0 5%;
		margin-bottom: 10px;
	}

	.pad40-all .row .list-mod ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: flex;
		grid-template-rows: unset;
		grid-template-columns: unset;
		flex-direction: column;
		justify-content: flex-start;
		gap: 20px;
		margin-top: 20px;
	}

	.pad40-all .row .list-mod ul li {
		border-left: 5px solid #5DEF42;
		padding: 0 15px;
		height: 100%;
		margin-bottom: 20px;
	}

	.pad40-all .row .list-mod ul li h3 {
		font-size: 16pt;
		line-height: 22pt;
		margin: 0;
	}

	.pad40-all .row .list-mod ul li p {
		margin: 0;
	}

}

@media screen and (max-width: 500px) {

	.product-header.blue .row img {
		width: 80vw;
		max-width: 80vw;
	}

}