@sharset "utf-8";
/* CSS Document */

<style>
.call-outs-container {
	max-width: 1400px;
	margin: 40px auto 0 auto;

}

.call-out1 {
	float: left;
	width: 40%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.call-out2 {
	float: right;
	width: 40%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.call-out3 {
	float: left: auto; right: auto;
	width: 40%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

@media (min-width: 900px) {
	.call-outs-container {
		display: flex;
		justify-content: space-between;
	}

.call-out:nth-child(1) {background-image: url"Images/carnation.jpg");}
.call-out:nth-child(2) {background-image: url("Images/snowdrop.jpg");}

.column-layout {
	max-width: 1300px;
	background-color: #A98467;
	margin: 40px auto 0 auto;
	line-height: 1.65;
	padding: 20px 50px;
	display: flex;
}

.main-column {
	flex: 2;
	order: 1;
}

.sidebar-one {
	flex: 1;
	order: 2;
}
</style>