// Lets Work Together
div.lets-work-together {
	background: $cmo-purple-dark;
	color: white;
	font: 300 1em $base-font-family;
	text-align: center;
	padding: 2em 1em;

	h2 {
		// color: $cmo-purple-light;
		font: normal 1.3em/1.2 $header-font-family;
		line-height: 1;
		text-transform: uppercase;
		margin-top: 0;

		strong {
		 	display: block;
		 	font-size: 1.5em;
			margin-bottom: 10px;
		}
	}

	.steps-to-start {

		@media only screen and ( min-width: 600px ) {
			display: flex;
			align-items: flex-start;
			justify-content: center;
		}

		.item {
			flex: 0 0 33%;
			text-align: left;
			padding: 1em;

			@media only screen and ( min-width:600px ) {
				text-align: center;
				padding: 2em;
				max-width: 400px;
			}

			p:first-of-type {
				font-size: 1.25em;
				margin-bottom: 1em;
			}

			p.title {
				font: 700 1.2em $base-font-family;
				padding-bottom: 1em;
				border-bottom: 1px solid;
				margin-bottom: 1em;
			}

			p:last-of-type {
				margin-bottom: 0;
			}

			i {
				color: $cmo-purple-dark;
				color: darken($cmo-purple-dark,10);
				color: darken($cmo-green-dark,10);
				color: $cmo-green-light;
			}

			span.fa-stack {
				margin-top: 1em;
			}

			a {
				text-decoration: underline;
			}
		}

	}

	p.button {
		margin-top: 0;
	}
}