/* 2 COLUMN */

section.x2column{
	padding:0;
	width: 100%;
	position:relative;
	z-index:10;
	display: flex;
	justify-content: center;
	padding: 90px 6%;
	background: #fafafa;
}
section.x2column p.subtitle{
	color: #424b52;
	font-size: 1.5em;
}
section.x2column h2{
	position:relative;
	margin-bottom: 10px;
	color:#424b52;s
}

section.x2column .wrapper {
	display: flex;
	max-width: 1200px;
	  width: 100%;
	  height: 100%;
}

section.x2column .col{
	
	position: relative;
}

section.x2column .col .image{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:center center;
	flex: 0 0 50%;
	
}
section.x2column .col.image{
	/*clip-path:polygon(0 30px, 60px 0, 100% 0, 100% 100%, 0 100%);*/
}


section.x2column .col .image img{
	width:100%;
	height:100%;
	object-fit:cover;

}

section.x2column .col .info{
	max-width: 600px;
	padding: 90px 0;
}

.info .st0 {
	fill: #f2f2f2;
}

@media screen and (min-width:1200px){
	
	section.x2column .col .info{
	}
	section.x2column .wrapper{
		display:flex;
		min-height:60vh;
	}
}

section.x2column ul{
	  list-style:none;
  }
  
section.x2column li {
	 font-size: 1em;
	   font-weight: 400;
	   line-height: 1.5em;
	   color: #404b51;
	   margin: 0 0 10px 0;
	  padding-left:18px;
	  position:relative;
  }
  
section.x2column li:before{
	 content: '\f111';
	   position: absolute;
	   top: 7px;
	   left: 0;
	   font-size: 0;
	   background: #0b8eb4;
	   border-radius: 50%;
	   height: 10px;
	   width: 10px;
  }
  
section.x2column .wrapper .col.content{
	display:flex;
	align-items: center;
	flex:0 0 50%;
	poisition:relative;

}



section.x2column.white .wrapper .col.content
{
	
}

section.x2column.white .wrapper {
	background: #ffffff;
	  border-top-left-radius: 85px;
	  border-bottom-right-radius: 85px;
	  box-shadow: 0 0 30px rgba(153, 153, 153, 0.1);

}



section.x2column.white .wrapper .col.image {
 	border-bottom-right-radius: 85px;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 85px;
	overflow: hidden;
}

section.x2column.white .wrapper .col.image:before{
	content: '';
	border-top-right-radius: 0;
	border-top-left-radius: 85px;
	overflow: hidden;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  z-index: 1000;
	  height: 100%;
	  transform: translate(0,0);
	  opacity: 0.8;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	  border-left: 20px solid #c2c330;
	  border-right: none;
}


section.x2column.white .wrapper .col.image:after{
	content: '';
	border-bottom-right-radius: 85px;
	  overflow: hidden;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  z-index: 1000;
	  height: 100%;
	  transform: translate(-20px,0);
	  opacity: 0.8;
	  border-bottom-left-radius: 0;
	  border-right: 20px solid #0b8eb4;
	  border-left: none;
}



/* Reverse */

section.x2column .wrapper.reverse .col.content{
	padding:0 0 0 2%;
}

section.x2column .wrapper.reverse{
	flex-direction:row-reverse;
	border-top-left-radius: 0;
	border-top-right-radius: 85px;
	  border-bottom-left-radius: 85px;
}

section.x2column.white .wrapper.reverse .col.image {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 85px;
	border-top-right-radius: 85px;
	border-top-left-radius: 0;
	overflow: hidden;
}

section.x2column.white .wrapper.reverse .col.image:before {
	content: '';
	border-top-right-radius: 85px;
	border-top-left-radius: 0;
	overflow: hidden;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  z-index: 1000;
	  height: 100%;
	  transform: translate(-20px,0);
	  opacity: 0.8;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	  border-right: 20px solid #c2c330;
	  border-left: none;
}

section.x2column.white .wrapper.reverse .col.image:after{
	content: '';
	  overflow: hidden;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  z-index: 1000;
	  height: 100%;
	  transform: translate(0,0);
	  opacity: 0.8;
	  border-bottom-left-radius: 85px;
	  border-left: 20px solid #0b8eb4;
	  border-right: none;
}

section.x2column .wrapper.reverse .col.content{
	justify-content:flex-end;
}
section.x2column .wrapper .col.image {
	flex: 0 0 50%;
}
/*section.x2column .col.image:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(scanlines.png);
	opacity: 0.25;
}*/

section.x2column .wrapper .col .info{
	padding: 90px 6% 90px 6%;
	  width: 100%;
}

section.x2column .wrapper.reverse .col .image{
	left:auto;
	right:0;
}
section.x2column .icon{
	width:80px;
	height:90px;
}
section.x2column .icon svg{
	fill:#fff;
}

@media screen and (max-width:900px){
	
	section.x2column.white .wrapper {
	background: #ffffff;
	  border-top-left-radius: 35px;
	  border-bottom-right-radius: 35px;
  }
	
	section.x2column .wrapper, section.x2column .wrapper.reverse{
		flex-direction: column;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 35px;
	}
	
	section.x2column.white .wrapper .col.image {
	 	border-bottom-right-radius: 35px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 35px;
	}
	
	section.x2column.white .wrapper .col.image:before{
		border-top-left-radius: 35px;
	}
	
	section.x2column.white .wrapper .col.image:after{
		border-bottom-right-radius: 35px;
	}
	
	section.x2column .wrapper.reverse{
	
		border-top-right-radius: 35px;
		  border-bottom-left-radius: 35px;
	}
	
	section.x2column.white .wrapper.reverse .col.image {
		border-bottom-left-radius: 35px;
		border-top-right-radius: 35px;

	}
	
	section.x2column.white .wrapper.reverse .col.image:before{
		border-top-right-radius: 35px;
	
	}
	
	section.x2column.white .wrapper.reverse .col.image:after{
		  border-bottom-left-radius: 35px;
	}

	
	section.x2column .wrapper.reverse .col.content {
		padding: 20px 4% 40px;
	}
	
	section.x2column.white .wrapper .col.image,
	section.x2column.blue .wrapper .col.image,
	section.x2column.green .wrapper .col.image,
	section.x2column.white .wrapper.reverse .col.image,
	section.x2column.blue .wrapper.reverse .col.image,
	section.x2column.green .wrapper.reverse .col.image
	 {
		clip-path:none;
	}

	
	section.x2column .wrapper .col.content{
		padding:5%;
		flex: 0 0 0;
	}
	section.x2column .wrapper .col.image{
		padding-bottom:56%;
	}
	section.x2column .wrapper .col .info{
		padding:30px 4% 20px 4%;
		max-width: none;
		
	}
	section.x2column .wrapper.reverse .col.content{
		justify-content: flex-start;
	}
	section.x2column .wrapper.reverse .col.content:after,
	section.x2column .wrapper .col.content:after
	{
		transform: translateY(-100%);
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
	}
	section.x2column .wrapper.reverse .col.content:after,
	section.x2column .wrapper .col.content:after{
	
	}
	
}
@media screen and (max-width:480px){
	section.x2column .wrapper .col.image{
		padding-bottom:100%;
		flex: 0 0 0;
	}
}