// Our Team
div.services-sections {
	background: $cmo-purple-light;
	color: white;
	font: 300 1em $base-font-family;
	padding: 2em 1em;
	margin: 1em;
	max-width: 800px;

	@media only screen and ( min-width:832px ) {
		margin: 2em auto;
		padding: 2em;
	}

	header {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		justify-content: center;

		border-bottom: 1px solid;
		margin-bottom: 1em;

		.item {
			padding: 1em;

			i {
				font-size: 4em;
			}

			h2 {
				font: normal 1.3em/1.2 $header-font-family;
				line-height: 1;
				text-transform: uppercase;
				margin-top: 0;
				margin-bottom: 1rem;

				strong {
				 	display: block;
				 	font-size: 1.5em;
					margin-bottom: 10px;
				}
			}

			p.title {
				// font: 700 1.2em $base-font-family;
				margin-bottom: 0;
			}
		}
	}

	ul {
		margin: 2em;
		// list-style: disc;

		li {
			margin-bottom: 10px;

			&:before {
				color: $cmo-purple-light;
				color: $cmo-green-light;
			}
		}
	}

	p {
		text-transform: capitalize;
	}

	p.button {
		text-align: center;
	}
}