p {
	color: #333;
}
.product-text .narrow-container {
	max-width: 980px;
}
.product-text p,
.product-text ol,
.product-text ul {
	font-size: 16px;
	margin-bottom: 25px;
	letter-spacing: 0.5px;
}
.lg {
	font-size: 20px;
}
.product-text h2 {
	font-size: 30px;
}
.product-text img {
	object-fit: contain;
}
.product-text ul li {
	margin-bottom: 1em;
	color: #333;
}
.product-text ol li {
	margin-left: 45px;
	margin-bottom: 0;
	color: #333;
}
.product-text .flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-text .title-line {
	width: 70px;
	padding-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #333;
}
.product-text .illustrate-img-box {
	max-width: 320px;
	width: 35%;
}
.product-text .illustrate-img-lg-box {
	max-width: 500px;
	width: 50%; 
}
.product-text .illustrate-img-box img,
.product-text .illustrate-img-lg-box img {
	width: 100%;
	margin-bottom: 30px;
}
.product-text .illustrate-img-box p,
.product-text .illustrate-img-lg-box p {
	color: #333333;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
}
.product-text .illustrate-pieces {
	width: 40%; 
	max-width: 516px;
}
.product-text .left {
	float: left;
	margin-right: 20px;
}
.product-text .right {
	float: right;
	margin-left: 20px;
}
.product-text .text-blue {
	color: #2a65a1;
	font-weight: bold;
}
.product-text .text-red {
	color: #9a011a;
	font-weight: bold;
}
.product-text ol.round {
	padding: 0 0 0 40px;
	list-style: none;
	counter-reset: numList;
}
.product-text ol.round li {
	margin-left: 0;
	float: left;
	position: relative
}
.product-text ol.round li:before {
	counter-increment: numList;
	content: counter(numList);

	float: left;
	position: absolute;
	left: -40px;
	padding: 3.3px 0;

	text-align: center;
	color: #fff;
	background-color: #0C233F;
	width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.product-text ol.round li .text-blue {
	margin-top: 3px;
}
.product-text .ingredients {
	justify-content: space-around;
	max-width: 900px;
	margin: auto;
}
.product-text .ingredients .ingre {
	width: 33%;
	text-align: center;
}
.product-text .ingredients .ingre img {
	max-width: 225px;
}
.product-text .ingredients .ingre .shadow-box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(224,224,224,1);
		-moz-box-shadow: 0px 0px 10px 5px rgba(224,224,224,1);
		box-shadow: 0px 0px 10px 5px rgba(224,224,224,1);
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 200px;
}
.product-text .ingredients .ingre p {
	margin-bottom: 5px;
	line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
	.product-text p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 575.98px) {
	.product-text h2 {
		font-size: 24px;
	}
	.product-text .flex-box:not(.ingredients) {
		flex-direction: column;
	}
	.product-text .left, .product-text .right {
		float: none;
	}
	.product-text .illustrate-img-box {
		width: 100%;
		margin: auto;
	}
}
@media only screen and (max-width: 450px) {
	.product-text .ingredients {
		flex-direction: column;
	}
	.product-text .ingredients .ingre {
		width: 100%;
		margin: auto;
	}
}