.aboutus .container {
	width: 100%;
}

.single-product .aboutus {
	background: #F7F6F2;
	padding: 33px 0;
}

.single-product .about_us_text {
	width: 413px;
	max-width: 100%;
	margin-left: auto;
}

.single-product .aboutus figure img {
	width: 373px;
	height: auto;
	max-width: 100%;
	margin: auto;
}

.single-product .aboutus figcaption,
.single-product .aboutus figure {
	width: 50%;
	display: flex;       /* turn these into flex containers as well */
	flex-direction: column; /* stack child items vertically */
	justify-content: center; /* vertically align children in the middle */
}

.about_us_title {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 38px;
}

.single-product .aboutus a.nbtn.b_.c_ {
	background-color: transparent;
	color: #3CAFCB;
	text-decoration: underline;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.single-product .aboutus .intro_text {
	margin-bottom: 20px;
}

.about_us_text p {
	margin-bottom: 30px;
}

.about_us_text p:last-child {
	margin-bottom: 0;
}
