/**
 * Flexible content general styles
 * 
 */

.flexible-content .container {
	display: flex;
}
	.flexible-content .container > h2 {
		font-size: 32px;
		color: #010101;
		font-weight: 700;
		margin: 0 0 0.25em;
		text-align: center;
	}
		.flexible-content.bg-black .container > h2 {
			color: #fff;
		}

	.flexible-content p {
		line-height: 1.8em;
		color: #444;
		font-size: 18px;
	}
		.flexible-content.bg-black p {
			color: #fff;
		}
	.flexible-content li {
		line-height: 1.5em;
		color: #444;
		font-size: 18px;
	}
		.flexible-content.bg-black li  {
			color: #fff;
		}

	.flexible-content div > p:first-of-type {
		margin-top: 0;
	}

	.flexible-content .buttons {
		margin-top: 2em;
	}
