/*=======================
  About Us page
  Mission, Vision, Values & Ethical Code
  Colours follow css/skin/skin1.css (#b72f55 / #da406b / #ff5a8d)
=========================*/
.about-intro .section-title,
.about-values .section-title,
.about-ethics .section-title {
	padding: 0;
	margin-bottom: 25px;
}

/* Intro */
.about-intro {
	padding: 70px 0 60px;
	background: #fff;
}
.about-lead {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	color: #555;
}

/* Mission & Vision band */
.about-mv {
	padding: 70px 0;
	color: #fff;
	background-color: #b72f55;
	background-image: linear-gradient(120deg, #9c2447 0%, #b72f55 50%, #cf3d66 100%);
}
.about-mv .row,
.about-why .row {
	display: flex;
	flex-wrap: wrap;
}
.about-mv .row::before,
.about-mv .row::after,
.about-why .row::before,
.about-why .row::after {
	display: none;
}
.about-mv-item {
	height: 100%;
	padding: 10px 40px;
}
.about-mv .col-md-6 + .col-md-6 .about-mv-item {
	border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.about-mv-item .fa {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 62px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
}
.about-mv-item h2 {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.about-mv-item blockquote {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	color: #fff;
}
.about-mv-item p {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.9);
}

/* Values */
.about-values {
	padding: 80px 0 40px;
	background: #fff;
}
.values-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px -15px 0;
	padding: 0;
	list-style: none;
}
.value-item {
	width: 25%;
	margin-bottom: 40px;
	padding: 0 15px;
	text-align: center;
}
.value-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 18px;
	font-size: 28px;
	color: #b72f55;
	background: #fdf1f5;
	border-radius: 100%;
}
.value-icon .fa {
	line-height: inherit;
}
.value-item h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
	color: #353535;
}
.value-item p {
	max-width: 260px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

/* Why choose Janeen */
.about-why {
	padding: 80px 0;
	background: #fdf3f6;
}
.about-why .row {
	align-items: center;
}
.about-why h2 {
	margin: 0 0 25px;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: #353535;
}
.about-checklist,
.ethics-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-checklist li {
	position: relative;
	padding: 12px 0 12px 36px;
	font-size: 15px;
	line-height: 24px;
	color: #444;
	border-bottom: 1px solid rgba(183, 47, 85, 0.12);
}
.about-checklist li:last-child {
	border-bottom: 0;
}
.about-checklist .fa,
.ethics-list .fa {
	position: absolute;
	left: 0;
	font-size: 20px;
	color: #da406b;
}
.about-checklist .fa {
	top: 14px;
}
.about-why-media {
	text-align: center;
}
.about-why-media img {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 12px 30px -14px rgba(183, 47, 85, 0.45);
}

/* Ethical code */
.about-ethics {
	padding: 80px 0;
	background: #fff;
}
.about-ethics .section-title p {
	margin: 0;
	font-size: 16px;
	color: #666;
}
.ethics-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	margin-top: 40px;
}
.ethics-list li {
	position: relative;
	padding: 18px 0 18px 38px;
	font-size: 15px;
	line-height: 25px;
	color: #444;
	border-top: 1px solid #eee;
}
.ethics-list .fa {
	top: 20px;
}
.about-review-note {
	margin: 30px 0 0;
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	color: #777;
	border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 991px) {
	.about-mv-item {
		padding: 10px 15px;
	}
	.about-mv .col-md-6 + .col-md-6 .about-mv-item {
		margin-top: 30px;
		padding-top: 40px;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.35);
	}
	.value-item {
		width: 50%;
	}
	.about-why-media {
		margin-top: 40px;
	}
	.ethics-list {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px) {
	.about-intro,
	.about-why,
	.about-ethics,
	.about-mv {
		padding: 50px 0;
	}
	.about-values {
		padding: 50px 0 20px;
	}
	.about-lead {
		font-size: 15px;
		line-height: 26px;
	}
	.about-mv-item blockquote {
		font-size: 20px;
		line-height: 30px;
	}
	.about-why h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.value-item {
		width: 100%;
	}
}