section.hasImageAndText {
	background-color: #f9f9f9;
	position: relative;
	padding: 0;
}


.module.ImageAndText img {
	width: 100%;
	height: auto;
	display: block;
}




.module.ImageAndText .action {
	margin-top: 30px;
}

.module.ImageAndText .textPh {
	padding: 30px 20px;
}

.module.ImageAndText .btn {
	float: left;
	margin-top:30px;
	margin-bottom:30px;
}



/*-----------start COL 2*/


.col2 .module.ImageAndText {
	overflow: hidden;
	position: relative;
}

.col2 .module.ImageAndText .image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	width: 50%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.col2 .module.ImageAndText img {
	display: none;
}

.col2 .module.ImageAndText .text {
	float: right;
	width: 50%;
}

.col2 .module.ImageAndText .textPh {
	padding: 150px 60px 170px;
	margin: 0 auto;
	max-width: 670px;
	min-height:650px;
	box-sizing: border-box;
}



.swapSides.col2 .module.ImageAndText .text {
	float: left;
}

.swapSides.col2 .module.ImageAndText .image {
	left: auto;
	right: 0;
}