.text-left {
	text-align: left;
}

p.text-left {
		margin-bottom: 1.25em;
	}

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

.section-heading {
	margin-bottom: 0.85em;
}

.media-row {
	margin-bottom: 2em;
}

	.media-row:last-child {
		margin-bottom: 0;
	}

/* Item */

	.item {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f7fbfa 100%);
		border: 1px solid rgba(71, 98, 96, 0.14);
		border-radius: 0.95em;
		box-shadow: 0 0.16em 0.55em 0 rgba(34, 38, 41, 0.06);
		margin-bottom: 30px;
		overflow: hidden;
	}

		.item header,
		.item figcaption {
			background: linear-gradient(180deg, #fbfdfd 0%, #f1f6f5 100%);
			border-top: 1px solid rgba(71, 98, 96, 0.08);
			color: #617170;
			margin: 0;
			padding: 0.85em 1.05em 0.85em 1.05em;
			font-size: 0.8em;
			line-height: 1.6em;
		}

			.item header h3 {
				font-size: 1em;
			}

	.item figcaption {
		text-align: left;
	}

@media screen and (min-width: 961px) and (max-width: 1320px) {
	.item {
		margin-bottom: 18px;
	}
}

@media screen and (max-width: 960px) {
	.item {
		margin-bottom: 15px;
	}
}
