.brandIntroduction {
	display: block;
	position: relative;
}

.brandIntroduction .sectionwrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.brandIntroduction .container {
	background-color: rgba(255,255,255,0.9);
	padding: 55px;
}

.brandIntroduction .container .colwrap {
	display: table;
	width: 100%;
}

.brandIntroduction .container .colwrap .col.text {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.brandIntroduction .container .colwrap .col.text h1 {
	display: block;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: #abc44A;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #f0e8e1;
	font-weight: 600;
}

.brandIntroduction .container .colwrap .col.logo {
	display: table-cell;
	vertical-align: top;
	width: 330px;
	padding-left: 55px;
	box-sizing: border-box;
}

.brandIntroduction .container .colwrap .col.logo img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 950px) {
	.brandIntroduction .container .colwrap .col.logo {
		width: 250px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.brandIntroduction .container {
		padding: 30px;
	}
	.brandIntroduction .container .colwrap .col.text h1 {
		font-size: 28px;
		line-height: 34px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.brandIntroduction .container .colwrap {
		display: block;
	}
	
	.brandIntroduction .container .colwrap .col.text {
		display: block;
	}
	
	.brandIntroduction .container .colwrap .col.logo {
		display: block;
		width: 100%;
		padding-left: 0px;
	}
	.brandIntroduction .container .colwrap .col.logo img {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
}

@media only screen and (max-width: 550px) {
	.brandIntroduction .container .colwrap .col.text h1 {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 20px;
	}
}