//	Split Sections [Front Page]
div.split-sections {

	&.what-is-a-fractional-cmo {
		background: silver; 

		@media only screen and ( min-width: 1000px ) {
			flex-wrap: nowrap;

			.item {
				flex: 0 0 50%;
			}
		}

		p a.button {
			margin-top: 2em;
		}

		i {
			transition: color .2s ease;
			color: darken(silver, 30);
		}

		p:last-of-type {
			&:hover i {
				color: $cmo-green-light;
			}
		}
	}
}
